randomdice.gg is a resourceful website for Random Dice! Sporting Interactive Deck Builders, dice calculators, game tips and more. The site was created and now maintainedby the best players in the game community, with many useful resources to help succeed in Random Dice.
PRs are welcome!
It's recommended that you join the randomdice.gg discord first to talk to JackyKit about the changes you wish to make first.
- NodeJS 10 + npm
- Yarn package manager
npm i -g yarn
yarn
cd functions
npm i
cd ..
cd randomdice.gg-discord-bot
npm i
Create a .env.development.local
file and include the following variables otherwise the web app will not work.
REACT_APP_GOOGLE_API_KEY=YOUR_API_KEY_HERE
Create your own api key for development purposes via the Google Cloud Platform
to be run in the project directory
Starts the development server accessible at http://localhost:3000.
This page will automatically reload upon edits to the code
Builds the site to the build
folder for deployment
Read the deployment documentation for more information.
note: tests do not exist and the project has been ejected
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.