https://github.com/nativescript/capacitor-docs
https://github.com/nativescript/capacitor-docs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nativescript/capacitor-docs
- Owner: NativeScript
- Created: 2021-02-14T21:22:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T04:41:39.000Z (about 2 years ago)
- Last Synced: 2024-10-29T15:51:56.410Z (about 1 year ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 33
- Watchers: 5
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @nativescript/capacitor Docs
https://capacitor.nativescript.org/
To develop locally:
```
npm install
npm start
```
To build locally:
```
npm run build
```
Preview the site:
```
http-server .vitepress/dist/
```