This is the sveltekit rewrite of the Open Booru website ported from next.js and mostly rewritten.
The app is written in sveltekit, to start a development server run the commands
npm install
npm run dev -- --open
To build it and preview it run:
npm run build
npm run preview