Project for discussing and experimenting with different ideas on scoping.
Uses the beta version of Freon, which includes the update to Svelte 5.
First install dependencies:
npm install
In one terminal start the server:
npm run server
And in another terminal start the app:
npm run generate
npm run prepare-app
npm run dev