Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 771 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 771 Bytes

ROUND TABLE

cover

Available Commands

Command Description
npm install Install project dependencies
npm start Build project and open web server running project
npm run build Builds code bundle with production settings (minification, uglification, etc..)

Release

  1. Bump the package version (npm version patch/minor/major)
  2. Push changes
  3. Go to release action
  4. Select "Run workflow", and confirm on main branch

The workflow will automatically create a build and upload it to itch.io.


Based on Phaser 3 boilerplate project