- Make sure node + npm is installed on your system.
- Run
npm install
to install all the project dependencies. - Run
npm start
to start the build server.
It will open up localhost:3000 on your local browser. Edit code and see live changes!
Run npm run deploy
to deploy the changes on github pages.