Analyze, compare and track your dart games with DartsMate - Build with nextron, Next.js & Mantine
:warning: The project is currently still a work in progress. Many functions and ideas are not implemented yet!
Explore the Future: Dive into our project roadmap to discover exciting upcoming features!
Script | Description |
---|---|
npm run dev |
Starts a local development server |
npm run build |
|
npm run build:all |
Build a production-ready version for all platforms |
npm run build:win32 |
Build a Windows-32 bit executable |
npm run build:win64 |
Build a Windows-64 bit executable |
npm run build:mac |
:warning: To successfully build for macOS, the host computer must be running macOS! |
npm run build:linux |
Build a Linux executable |
npm run postinstall |
|
npm run lint |
Check the project for potential errors or issues |
npm run lint:fix |
Check the project for errors or issues and attempt to automatically fix them |
npm run format |
Format the project code |