Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 468 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 468 Bytes

Folder structure

  • src - source code for your kaplay project
  • 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:3001

Distribution

$ npm run build

will build your js files into dist/

$ npm run zip

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