From f64784fefd399f12edcc0aaf2339f9d64b9331a0 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 5 Dec 2023 14:54:43 +0100 Subject: [PATCH] :pencil: Add node prerequisite in Contributing guide --- CONTRIBUTING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d42d77d18..02abc179c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,10 @@ These apps are built with awesome web technologies including [Typescript](https: Check out the [Configuration guide](https://docs.typebot.io/self-hosting/configuration) if you want to enable more options 3. Make sure you have [Docker](https://docs.docker.com/compose/install/) running -4. Start the builder and viewer + +4. Make sure you have Node.js installed. I suggest you use [`nvm`](https://github.com/nvm-sh/nvm) allowing you to manage different versions. Once you installed nvm, you can install and use the latest version of Node.js: `nvm install && nvm use` + +5. Start the builder and viewer ```sh pnpm dev @@ -55,7 +58,7 @@ These apps are built with awesome web technologies including [Typescript](https: By default, you can easily authenticate in the builder using the "Github Sign In" button. For other options, check out the [Configuration guide](https://docs.typebot.io/self-hosting/configuration) -5. (Optionnal) Start the landing page +6. (Optionnal) Start the landing page Copy [`apps/landing-page/.env.local.example`](apps/landing-page/.env.local.example) to `apps/landing-page/.env.local` @@ -64,7 +67,7 @@ These apps are built with awesome web technologies including [Typescript](https: pnpm dev ``` -6. (Optionnal) Start the docs +7. (Optionnal) Start the docs ```sh cd apps/docs