canutin-desktop icon indicating copy to clipboard operation
canutin-desktop copied to clipboard

Create "npm run setup" script

Open fmaclen opened this issue 3 years ago • 0 comments

  • 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

  1. Install Electron dependencies
% npm install
  1. Install SvelteKit dependencies
% cd sveltekit && npm install
  1. Generate Prisma's artifacts.
% cd sveltekit && npx prisma generate
  1. 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

fmaclen avatar Sep 18 '22 18:09 fmaclen