Dice up the competition with some dragon dice! Made for GMTK Game Jam 2022.
git clone [email protected]:Chocobois/DiceEmUp.git
cd DiceEmUp
yarn
ornpm install
Run these commands to build and run the web app
# Vite dev server
$ yarn dev
# or
$ npm run dev
Run these commands to build the app for all platforms
$ yarn build
# or
$ npm run build