Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 572 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 572 Bytes

Excalibur LDtk Parcel Sample

Create levels in LDtk LDtk editor

Run the sample sample ldtk running in excalibur

Running locally

  • Using nodejs and npm
  • Run the npm install to install dependencies
  • Run the npm run start to run the development server to test out changes

Building bundles

  • Run npm run start to produce javascript bundles for debugging in the dist/ folder
  • Run npm run build to produce javascript bundles for production (minified) in the dist/ folder