No description
Find a file
Marcus Ramberg f6f8de382b
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/lint Pipeline was successful
feat: start work on tview based ui for bases
2025-11-24 23:59:57 +01:00
.woodpecker chore: start woodpecker building 2025-11-21 18:33:44 +01:00
assets moar styling 2025-04-26 21:13:09 +02:00
cmd feat: start work on tview based ui for bases 2025-11-24 23:59:57 +01:00
components refactor: get rid of viper/cobra/fang in favor of urfave/cli 2025-11-21 01:00:33 +01:00
handlers refactor: get rid of viper/cobra/fang in favor of urfave/cli 2025-11-21 01:00:33 +01:00
internal/config chore: Cleanup package comments, rename Api to API 2025-08-10 14:58:55 +02:00
pkg feat: start work on tview based ui for bases 2025-11-24 23:59:57 +01:00
.envrc feat: setup postgres db service for dev 2025-04-26 21:29:28 +02:00
.gitignore chore: setup linter with woodpecker 2025-11-02 00:33:38 +01:00
config.nix refactor: move cli app setup towards cobra and viper 2025-06-06 22:25:46 +02:00
flake.lock ci: run tests 2025-05-20 17:53:23 +02:00
flake.nix refactor: move cli app setup towards cobra and viper 2025-06-06 22:25:46 +02:00
go.mod feat: start work on tview based ui for bases 2025-11-24 23:59:57 +01:00
go.sum feat: start work on tview based ui for bases 2025-11-24 23:59:57 +01:00
LICENSE refactor: move cli app setup towards cobra and viper 2025-06-06 22:25:46 +02:00
main.go refactor: get rid of viper/cobra/fang in favor of urfave/cli 2025-11-21 01:00:33 +01:00
README.md docs: Improve development instructions. 2025-04-14 00:29:07 +02:00
renovate.json Add renovate.json 2025-11-15 03:06:21 +00:00
Taskfile.yml refactor: move cli app setup towards cobra and viper 2025-06-06 22:25:46 +02:00
templier.yaml refactor: move cli app setup towards cobra and viper 2025-06-06 22:25:46 +02:00

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.