https://github.com/ohager/phoenix-analytics
Analytics Site for Burst Phoenix Wallet
https://github.com/ohager/phoenix-analytics
Last synced: about 1 month ago
JSON representation
Analytics Site for Burst Phoenix Wallet
- Host: GitHub
- URL: https://github.com/ohager/phoenix-analytics
- Owner: ohager
- License: mit
- Created: 2019-05-26T17:19:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:45:41.000Z (over 3 years ago)
- Last Synced: 2025-02-22T03:44:27.296Z (over 1 year ago)
- Language: JavaScript
- Size: 8.06 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Phoenix Analytics
This project's objective is to show more or less relevant metrics for the [Phoenix Project](https://github.com/burst-apps-team/phoenix)
[Go to App](https://ohager.github.io/phoenix-analytics/)
> Based on [Material React Dashboard]("git+https://github.com/creativetimofficial/material-dashboard-react.git")
---
## Development
Run `yarn` for frontend and backend (`./bff`)
To run you need a valid [Github Access Token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) with repo scope.
Then run `GH_TOKEN= yarn start`
## Deployment
The project is splitted into two parts:
- Frontend App (deployed to github-pages)
- Backend for Frontend (deployed to Zeit/Now)
For frontend run:
`yarn run deploy`
For backend go to `./bff` and run:
`yarn run deploy`