This is the beginnings of the Caton's Island camp scheduler for summer 2023.
git clone git@github.com:jamesbisraelson/camp-scheduler.git
cd camp-scheduler.git
npm run dev
npm run dev
: Runs SvelteKit in dev modenpm run preview
: Runs SvelteKit in production modenpm run electron
: Runs SvelteKit with electron in dev modenpm run build
: Runs SvelteKit compilernpm run dev:package
: Creates an Electron package (you can inspect the contents)npm run package
: Creates a distributable Electron package