GMTK Game Jam 2021
[email protected]:Golen87/JoinedTogether.git
cd JoinedTogether
yarn
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
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 build