add mkdir step to build

This commit is contained in:
dovholuknf 2024-04-18 07:59:08 -04:00
parent b402129cee
commit d254b1663a
No known key found for this signature in database
GPG Key ID: 0EE08251136D3480

View File

@ -10,6 +10,7 @@ To build, follow these steps:
* run `npm install`
* run `npm run build` (this process takes a while the first time and only needs to be run if the ui changes)
* change back to the checkout root
* make sure the dist directory exists: `mkdir -p dist`
* build the go project normally: `go build -o dist ./...`
## Documentation/Website