This project uses Bun.
Currently just a frontend mockup made with SvelteKit for Resonite Events, using the API form resonite-communities.
After installed dependencies with bun i
, start a development server:
bun dev
There is a Dockerfile and compose in teh works
But for now, to build a production version of this project locally, run:
bun run build
You can preview the production build with bun preview
.