The Capacitor website (capacitor-site/
).
- Fork this repo.
- Clone your fork.
- Make a branch for your change.
- Run
npm install
. - 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
.
Capacitor docs reside at capacitor-docs repository