Thanks for your interest in contributing to Appflow! 🎉
- Fork this repo.
- Clone your fork.
- Make a branch for your change.
- Run
npm install
. - Run
npm run start
to build and deploy the website/docs to localhost.
Note: Content updated while the dev server is running won't be reflected locally. Stop the process, then re-run
npm run start
.