Update CONTRIBUTING.md (#371)
This commit is contained in:
parent
07677d0878
commit
f1c120cbb2
|
@ -78,14 +78,11 @@ Next we'll start the processes described above:
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
# In terminal #1, run the following
|
# In terminal #1, run the following
|
||||||
cd frontend
|
make build-frontend-[sandbox|prod]
|
||||||
yarn install
|
# eg. make build-frontend-sandbox
|
||||||
yarn dist -- -c [sandbox|prod]
|
|
||||||
# eg. yarn dist -- -c prod
|
|
||||||
|
|
||||||
# In terminal #2, run the following
|
# In terminal #2, run the following
|
||||||
go mod vendor
|
make serve-backend
|
||||||
go run backend/cmd/fasten/fasten.go start --config ./config.dev.yaml --debug
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue