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.example
and rename it from.env.example
to.env
then fill the key with your credentials -
Run the application using:
yarn start
- (Optional) Deploy on Github Pages
yarn deploy