Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 835 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 835 Bytes

Contributing to phaser3-particle-editor

Setup

1 - Clone your fork of the repository:

$ git clone https://github.com/koreezgames/phaser3-particle-editor.git

2 - Install npm dependencies using npm:

$ npm install

3 - Run start process

$ npm run start

Guidelines

  • Please create an issue before sending a PR if your commit is going to change the public interface of the package or it includes significant architecture changes.

  • Feel free to ask for help from other members of the Koreez team via the github issues.