594 B
594 B
Development
Prerequisites
- Node.js and npm
- A Unix-like shell environment for the Hermes installer
- Network access for downloading Hermes during first-run install
Install dependencies
npm install
Start the app in development
npm run dev
Run checks
npm run lint
npm run typecheck
Run tests
npm run test
npm run test:watch
Build the desktop app
npm run build
Platform packaging:
npm run build:mac
npm run build:win
npm run build:linux
npm run build:rpm # Fedora/RHEL .rpm only