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

https://github.com/connectycube/docs

ConnectyCube developers documentation - markdown repository
https://github.com/connectycube/docs

astro astrolight connectycube documentation markdown

Last synced: about 1 month ago
JSON representation

ConnectyCube developers documentation - markdown repository

Awesome Lists containing this project

README

          

# ConnectyCube developers documentation.

Public url: https://developers.connectycube.com

## Development

- `npm install`
- `npm run start`

## Prod

```
npm run build
```

then serve the **dist** folder.

Alternatively, do **npx serve@latest dist** which will serve it, then open http://localhost:3000