-
Fork the babylon-runtime directory to your github account
-
Create a local repository
git clone https://github.com/YOUR-USERNAME/_r
-
Keep the local version up to date
cd _r
git remote add upstream https://github.com/babylon-runtime/_r.git
-
Install dependencies
npm install
-
Check if everything is ok
npm run test
Before you can start dev. you should launch
tsc --watch
(Or enable recompile on change in your IDE)
Then dev in localDev/ or in /test folder.
see https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request