Web app for Clash Royale players to make smarter card upgrades
Run the following commands to clone and install the project:
git clone https://github.com/tomek-ch/royale-calculator
cd royale-calculator
yarn
Then create a copy of .env.local.example
, rename it to .env.local
, and add your Clash Royale API key. If you don't have one, you can get it from Supercell's website.
After creating the .env.local
file, you can start the project on localhost:3000 by running:
yarn dev