This an application made with Electron for students to instroduce them to the basics of cyber security. The API is private.
To run the projects you will need to have Node.js installed on your computer. You can download it here.
After installing Node.js you will need to install the dependencies. To do this you will need to run the following command in the root folder of the project:
npm install
To run the project you will need to run the following command in the root folder of the project:
npm start
If any problem occurs you can try to run the following command in the root folder of the project:
npm run electron-rebuild
or directly using electron:
electron .
If you want to contribute to this project you can fork this repository and make a pull request with your changes. Anyone is welcome to contribute to this project.
This project is under the MIT license.