To start developing Kaboom, first clone the github repo
$ git clone https://github.com/replit/kaboom
Run the install command to install the dev packages
$ npm run install
Then run the dev command to start the dev server
$ npm run dev
This will start a server that serves the kaboom website, and build the source files on file change.
Also remember to run check to check for typescript errors and linting.
$ npm run check
blog/ blog postsdist/ built distribution filesdoc/ various documentationsexamples/ examplespkgs/ other related packages such kaboom-createscripts/ development scriptssprites/ some examples spritessrc/ kaboom library source code