Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 589 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 589 Bytes

js13kgames-parcel-starter

This repo uses Parcel to build and zip games created for js13kgames.

Requirements

The commands assume Yarn is installed.

Commands

yarn start

Start the Parcel build server at http://localhost:1234.

yarn build

Build, minify, and inline the game to ./dist/inlined/index.html.

yarn party

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.