A simple application to visualize trends of DVC ROFR data provided by members of disboards.com.
Can be found hosted at https://www.dvcstats.com
Report Bug
·
Request Feature
Service | Main | Develop |
---|---|---|
CI Status | ||
Build History | [] | [] |
Note: Build history is not working
This should be all you need to do to get started. This will point to an existing Firebase database that is read-only.
git clone git@github.com:davidkassa/dvc-rofr-stats.git && cd dvc-rofr-stats
npm install
npm run dev
To get Firebase Functions or your own Firestore Database running you can follow their Get Started documentation.
- Run
npm install -g firebase-tools
- Create a Firebase project
- Create an Admin key and name it service-key-dev.json.local
- Update .firebaserc
- Call
npm run test:firebase
orcd functions && npm run shell
- If all works, you can deploy from the /functions directory with
npm run deploy
You may need to authenticate with the Firebase CLI as well. I was already authenticated.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request on the
develop
branch
Distributed under the MIT License. See LICENSE for more information.