Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 720 Bytes

readme.md

File metadata and controls

37 lines (28 loc) · 720 Bytes

Fire and Dice

Dice up the competition with some dragon dice! Made for GMTK Game Jam 2022.

Installation

Usage

Cleaning

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 superclean

Web development

Run 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 public

Production mode and packaging app

Run these commands to build the Neutralino app for all platforms

$ yarn build