No description
|
Some checks failed
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pull_request_closed/build Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/lint Pipeline was successful
|
||
|---|---|---|
| .woodpecker | ||
| assets | ||
| cmd | ||
| components | ||
| handlers | ||
| internal | ||
| pkg | ||
| .envrc | ||
| .gitignore | ||
| config.nix | ||
| flake.lock | ||
| flake.nix | ||
| GEMINI.md | ||
| 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.