Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Oct 11, 2023
1 parent 33e9c2c commit 682b59a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,17 @@ Contribute to swag-for-dev using a fully featured online development environment
```sh
git clone https://github.com/swapagarwal/swag-for-dev.git
```
1. Ensure you are running an up-to-date version of [Node.js](https://nodejs.org/en/download/package-manager/) on your machine, and that you have `npm` installed.
1. Ensure you are running an up-to-date version of [Node.js](https://nodejs.org/en/download/package-manager/) on your machine, that you have `npm` and [`nvm` installed](https://github.com/nvm-sh/nvm).
1. Open a terminal in the `swag-for-dev` directory. Type
```sh
npm install
nvm install
nvm use
```
into the terminal to install the dependencies. To start the webserver, type
in to the terminal to select and install the right NodeJS version. Then proceed with
```sh
npm ci
```
into to install the dependencies. To start the webserver, type
```sh
npm start
```
Expand Down

0 comments on commit 682b59a

Please sign in to comment.