-
Install dependencies
Using npm:
npm install
-
Build the app
npm run build
This will compile the TypeScript and package the Electron app.
-
Run the app in development
npm start
- If you encounter errors related to missing modules, try deleting
node_modules,package-lock.json, andbun.lock, then runnpm installagain. - Make sure you are using a compatible Node.js version (LTS recommended).
- For issues with Electron or native dependencies, try running:
npm rebuild