/puyo

Puyo remake in Kaboom.js

Primary LanguageTypeScript

Folder structure

  • src - Source code for the Kaboom project
  • public - Static assets
  • dist - Distribution folder, contains your index.html, built js bundle and static assets

Development

npm run dev

Will start a dev server at http://localhost:5173/puyo/.

npm run standards

Will run all linters against the code.

Distribution

npm run build

Will build your files into dist.

npm run bundle