Virtual learning lab to learn about Hydrogen Generator.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To be able to start development on EV-SIMTEL, make sure that you have the following prerequisites installed:
Follow this instructions below to build the application:
1. Install Node.js and npm:
For Windows/MacOS:
-
Download and install Node.js from Node.js website. npm is included in the installation.
-
Alternatively, On MacOS, If you have
Homebrew
installed, run:
brew install node npm
2. Clone the repo:
git clone https://github.com/alphadottechnologies/HydrogenSimtel.git
cd EV-SIMTEL
3. Install NPM packages:
npm install electron --save-dev
4. Start the application:
npm start