https://github.com/ionic-team/capacitor-site
Capacitor website
https://github.com/ionic-team/capacitor-site
capacitor capacitor-plugin cross-platform ionic stencil stenciljs
Last synced: 8 months ago
JSON representation
Capacitor website
- Host: GitHub
- URL: https://github.com/ionic-team/capacitor-site
- Owner: ionic-team
- License: mit
- Archived: true
- Created: 2020-05-30T21:15:30.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T01:02:51.000Z (almost 3 years ago)
- Last Synced: 2025-10-01T22:34:12.161Z (9 months ago)
- Topics: capacitor, capacitor-plugin, cross-platform, ionic, stencil, stenciljs
- Language: TypeScript
- Homepage: https://capacitorjs.com/
- Size: 83.6 MB
- Stars: 4
- Watchers: 7
- Forks: 108
- Open Issues: 29
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Capacitor Site
The official [Capacitor](https://capacitorjs.com/) site, built with [Stencil](https://stenciljs.com).
## Getting Started
Install the [latest versions of Node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
Once npm is install, run
```
npm install
npm run build
npm run start
```
The site will launch in development mode.
## Contributing
Thanks for your interest in contributing! Read up on our guidelines for
[contributing](https://github.com/ionic-team/capacitor-site/blob/main/CONTRIBUTING.md).
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ionic-team/capacitor-site/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.