This repo uses Parcel to build and zip games created for js13kgames.
The commands assume Yarn is installed.
Start the Parcel build server at http://localhost:1234
.
Build, minify, and inline the game to ./dist/inlined/index.html
.
Build, minify, inline, and zip the game to ./dist/zipped/game.zip
. This command finishes with a log message that says if the zip file is under 13k.