Please follow the following steps in order to set up your development environment.
- Install NodeJS and npm.
- Clone the repository or its fork via
git clone https://github.com/zairza-cetb/bench-routes-electron
- Navigate into the cloned repo
cd bench-routes-electron
- Install the dependencies via
npm install
- To start running, run
npm start
Please feel free to open any issue in case you encounter any issues while setting up the development environment.