-
-
Notifications
You must be signed in to change notification settings - Fork 242
Development
Oliver Schwendener edited this page Jul 31, 2024
·
7 revisions
- Node.js v20: https://nodejs.org/en
- 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