Make sure these are installed. There is no guarantee that it will work on other versions of Angular, Electron, or Node.
This project was generated with Angular CLI version 15.1.5
This project uses Node version 19.3.0
This project uses Electron version 10.0.0
npm i
To work on the interface, use ng serve
to start the development server. This will not enable the functionalities built with Electron.
ng serve
To start the project with Electron, use npm run start
. This compiles the project and starts the Electron app.
npm run start
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Add yourself to the CONTRIBUTORS.txt file
- Open a Pull Request