Skip to content

Commit 6b8ee0a

Browse files
committed
chore: update CONTRIBUTING.md
1 parent 990a3e6 commit 6b8ee0a

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CONTRIBUTING.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,19 @@ The setup for this project consists of three main parts: the website (web), the
3131
```
3232
git checkout development
3333
34-
nvm use # if you have node version manager installed otherwise ensure you have the correct node version, specified in .nvmrc
34+
# if you have node version manager installed otherwise ensure you have the correct node version, specified in .nvmrc
3535
36-
make init # installs dependencies and creates .env files
36+
nvm use
3737
38-
make start-local # starts containers for local development
38+
# installs dependencies, creates .env files, starts containers for local development
39+
make dev
40+
41+
# if you need to rebuild containers
42+
make build dev
43+
44+
# with logs
45+
make build dev logs
46+
47+
# for further commands, see makefile
48+
make
3949
```

0 commit comments

Comments
 (0)