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

Latest commit

 

History

History
17 lines (11 loc) · 472 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 472 Bytes

Contributing

The Capacitor website (capacitor-site/).

Setup

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

Docs

Capacitor docs reside at capacitor-docs repository