Frontend interface for Anime Girls Holding Programming Books repository
Made with templ + HTMX
Compiling and using this project requires several tools to be installed first
This repository uses git submodules. Make sure to also pull submodules for everything to work!
- Run
task install
to install necessary dependencies - Run
task build
to produce finally binary
- Run
task install
to install necessary dependencies - Run
task dev
this will start development server on localhost:3000
- PORT - Optional variable for which port to use (defaults to 5000)