Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 387 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 387 Bytes

Contributing

Thanks for your interest in contributing to Appflow! 🎉

Setup

  1. Fork this repo.
  2. Clone your fork.
  3. Make a branch for your change.
  4. Run npm install.
  5. 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.