Click here to play Power-Grid
Setup for development
To run this project on local you need to do the following things.
1. clone the repository
$ git clone https://github.com/STEP-tw/powergrid-sparks.git
2. Run executable file from your project root directory
bash
$ sh scripts/setup.sh
3. To Install all the dependencies run the below command from root directory
bash
$ npm install
4. To start the application run npm start
npm start