Skip to content

Commit

Permalink
📝 Add node prerequisite in Contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Dec 5, 2023
1 parent d89a1eb commit f64784f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`

Expand All @@ -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
Expand Down

0 comments on commit f64784f

Please sign in to comment.