Dashboard for showing data from Firebase using React.js + Highcharts which deployed in Github Pages
- Install yarn
npm -g install yarn
- Install all dependencies
yarn install
-
Copy
.env.exampleand rename it from.env.exampleto.envthen fill the key with your credentials -
Run the application using:
yarn start
- (Optional) Deploy on Github Pages
yarn deploy