File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,8 @@ This website is built using:
32
32
33
33
To contribute to the website, make sure you have the following setup and installed:
34
34
35
- 1 . [ NVM] ( https://github.com/nvm-sh/nvm ) : The Node Version Manager makes it easy to ensure you have the right NodeJS
36
- version installed. Once installed, run ` nvm use 16 ` to use Node 16.x. The website is known to be stable with NodeJS
37
- version 16.x. This will install both Node and NPM.
35
+ 1 . Node 16: if you are on windows, you can [ download node from their website] ( https://nodejs.org/en/download/releases ) ,
36
+ if you are on linux, use [ NVM] ( https://github.com/nvm-sh/nvm ) (Once installed, run ` nvm use 16 ` )
38
37
1 . [ Docker] ( https://www.docker.com/ ) : We use docker to simplify running dependent services.
39
38
40
39
### Getting everything up and running
You can’t perform that action at this time.
0 commit comments