No description
| .woodpecker | ||
| assets | ||
| cmd | ||
| components | ||
| handlers | ||
| internal/config | ||
| pkg | ||
| .envrc | ||
| .gitignore | ||
| config.nix | ||
| flake.lock | ||
| flake.nix | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| renovate.json | ||
| Taskfile.yml | ||
| templier.yaml | ||
app
Main application for the project.
Development
To get started, you need to have direnv
and nix
installed (direnv will require a hook in your shell to activate. Run direnv allow
in the root of the project to set up the environment.
Alternatively you can run nix develop to enter the development shell.
Then, you can run the following command:
task dev
This should start up a auto-reloading dev server on port 8080.