canutin-desktop
canutin-desktop copied to clipboard
Create "npm run setup" script
- Run every step outlined in the README through a single command
- Update
.github/workflow's so they take advantage of such command - Update README
Reference
- Install Electron dependencies
% npm install
- Install SvelteKit dependencies
% cd sveltekit && npm install
- Generate Prisma's artifacts.
% cd sveltekit && npx prisma generate
- Create and seed a vault which will be seeded with the minimum required data (account/asset types, categories, etc).
% cd sveltekit && npx prisma migrate dev