Dice up the competition with some dragon dice! Made for GMTK Game Jam 2022.
git@github.com:Golen87/DiceEmUp.gitcd DiceEmUpyarn
Run these commands to clean up the directory
# Cleans up the build and dist folders
yarn clean
# Cleans up the builds, build cache, and node modules
yarn supercleanRun these commands to build and run the web app
# Webpack serves the code at localhost:8080
$ yarn serve
# Webpack bundles the code into a minimized product build
$ yarn publicRun these commands to build the Neutralino app for all platforms
$ yarn build