Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 588 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 588 Bytes

Openbooru Website (Svelte)

This is the sveltekit rewrite of the Open Booru website ported from next.js and mostly rewritten.

image

Contributing

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