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
-
Please try to combine multiple commits before pushing.
-
Always format your code using
npm run autoformat
.
-
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.