First, thank you for contributing! 🎉
The local development workflow is fairly straightfowrad:
- Fork the repo and then git clone your fork locally (be sure to work on a new branch, not on your
master
branch) npm install
npm run dev
this will start the source build watcher and install/start the example app for you- Then you can view the example app running at http://localhost:3000. Changes you make to the source will compile and hot-reload