-
-
Notifications
You must be signed in to change notification settings - Fork 247
Development
Oliver Schwendener edited this page Nov 19, 2024
·
8 revisions
- Node.js v20: https://nodejs.org/en
- Make sure you have commit signing enabled
- Optional: if you're using Visual Studio Code we recommend installing the recommended extensions
-
Install dependencies
$ npm install
-
Run app in dev mode
$ npm run dev
If you're using Visual Studio Code, you can start the debugger for the main process, see screenshot:
-
Check formatting
$ npm run prettier:check
-
Format the code
$ npm run prettier:write
-
Lint files
$ npm run lint
-
Perform typecheck
$ npm run typecheck
-
Run tests
$ npm run test
-
Build
$ npm run build
-
Package
$ npm run package