Simple dice roller built as a Firebase Function.
Clone the repo.
Get a Firebase account
Install the Firebase CLI. You will need to log in to the CLI to deploy.
Run npm i
Run npm run serve
to run locally and test
Edit the .firebaserc
to set your project name
Run npm run deploy
to deploy to your firebase project
You need the Firebase CLI, and to log in to it.
Clone
Run npm i
Profit
No Test yet, they're on the way.....I promise.
Basic ES Lint running. It will tell you things to change. It's your choice to follow them.
Run npm run deploy
- Firebase Functions - Some docs on Firebase Functions aka Cloud Functions
Make a PR if you think you have something to add.
What's that?
- Corey Tess - Initial work - CoreyT355
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
I would like to acknowledge that I read some things to do this. I forget what they were, but googling will help if you're curious I bet.