Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 525 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 525 Bytes

Contributing to KAPLAYGROUND

We are currently working on new-editor branch, please don't make any changes to master branch.

Setup environment

git clone https://github.com/kaplayjs/kaplayground.git
cd kaplayground
pnpm i # will install and setup stuff of submodules
pnpm dev # will start the development server
pnpm fmt # before commit

Commit messages

Follow the KAPLAY repo conventional commits guidelines.