A simple web app as an aid for playing Skjut dom i huvudet (a swedish zombie RPG).
Made as an example of a simple prototype stack where it is easy to make an UI and to model the data together with other backend features such as auth.
Built with Svelte as a SPA and Pocketbase as a backend/db.
# develop
npm run dev
# build & run
npm run build