fasten-onprem/CONTRIBUTING.md

8 lines
122 B
Markdown

```
cd frontend
npm run dist
go mod vendor
go run backend/cmd/fasten/fasten.go start --config ./config.yaml --debug
```