Another link shortener. It isn't a problem that deserves solving and it sure is not rocket science, but thats not the purpose. This is simply a small project used by me to learn a bit more about Svelte and Golang as a web platform.
git clone https://github.com/schaermu/hpfr-shortener.gitdocker-compose up -dmake startRun docker build . to build a production-ready, distroless-based docker image. The latest version of the application is also published to the Github Registry.
make testmake test-sveltemake test-gomake watchmake watch-sveltemake watch-go