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
- Host: GitHub
- URL: https://github.com/connectycube/docs
- Owner: ConnectyCube
- License: mit
- Created: 2025-09-15T06:56:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T09:22:56.000Z (9 months ago)
- Last Synced: 2025-09-17T11:34:15.420Z (9 months ago)
- Topics: astro, astrolight, connectycube, documentation, markdown
- Language: MDX
- Homepage: https://developers.connectycube.com
- Size: 20.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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