This is a scaffolding project for sveltekit+pocketbase+electron. Most of the instructions came from following this article.
- Download Pocketbase and place under
electron-app/db
- Install sd.
- Install Just. Then run
just install
andjust dev
in root directory to start.
The current justfile is made with windows powershell in mind.
- Had to use hash based routing in order to work with electron: sveltejs/kit#11997
- Had to add 'unsafe-inline' to make CSP work: sveltejs/kit#11747