Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyyhh committed Sep 11, 2024
1 parent 990a3e6 commit ff9fc09
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,18 @@ The setup for this project consists of three main parts: the website (web), the
```
git checkout development
nvm use # if you have node version manager installed otherwise ensure you have the correct node version, specified in .nvmrc
# if you have node version manager installed otherwise ensure you have the correct node version, specified in .nvmrc
nvm use
make init # installs dependencies and creates .env files
# installs dependencies, creates .env files, starts containers for local development
make dev
make start-local # starts containers for local development
# if you need to rebuild containers
make build dev
# with logs
make build dev logs
# for further commands, see makefile
make
```

0 comments on commit ff9fc09

Please sign in to comment.