An open API service indexing awesome lists of open source software.

https://github.com/nativescript/capacitor-docs


https://github.com/nativescript/capacitor-docs

Last synced: 4 months ago
JSON representation

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/
```