fasten-onprem/CONTRIBUTING.md

7 lines
113 B
Markdown
Raw Normal View History

2022-08-22 18:51:46 -06:00
```
2022-08-22 19:28:59 -06:00
cd frontend
2022-08-22 18:51:46 -06:00
npm run dist
go mod vendor
2022-08-22 19:11:00 -06:00
go run backend/cmd/fasten/fasten.go start --config ./config.yaml
2022-08-22 18:51:46 -06:00
```