Update CONTRIBUTING.md (#371)

This commit is contained in:
Jason Kulatunga 2023-12-22 17:35:41 -07:00 committed by GitHub
parent 07677d0878
commit f1c120cbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -78,14 +78,11 @@ Next we'll start the processes described above:
```bash
# In terminal #1, run the following
cd frontend
yarn install
yarn dist -- -c [sandbox|prod]
# eg. yarn dist -- -c prod
make build-frontend-[sandbox|prod]
# eg. make build-frontend-sandbox
# In terminal #2, run the following
go mod vendor
go run backend/cmd/fasten/fasten.go start --config ./config.dev.yaml --debug
make serve-backend
```