JavaScript 8.1%
HTML 0.9%
Other 90.9%
1 1 0

Clone this repository

https://tangled.org/dunkirk.sh/smackdown
git@knot.dunkirk.sh:dunkirk.sh/smackdown

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Folder structure#

  • src - source code for your kaplay project
  • dist - distribution folder, contains your index.html, built js bundle and static assets

Development#

$ bun run dev

will start a dev server at http://localhost:8000

Distribution#

$ bun run build

will build your js files into dist/

$ bun run zip

will build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.