- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
Be sure to merge the latest from "upstream" before making a pull request!
- Install dependencies in root folder, src folder and demo folder with
npm install
on each folder. - Start an Android emulator or iOS simulator.
- From root folder, run
npm run dev
in a terminal tab. - From root folder, run
npm run debug:android -- --path demo
(ornpm run debug:ios -- --path demo
) in another terminal tab.
You have to be careful with the update of dependencies, this can cause a certain number of errors, especially related to TypeScript.