https://github.com/codbex/aerokit
TypeScript SDK for the Low-Code Platform
https://github.com/codbex/aerokit
Last synced: 5 days ago
JSON representation
TypeScript SDK for the Low-Code Platform
- Host: GitHub
- URL: https://github.com/codbex/aerokit
- Owner: codbex
- License: mit
- Created: 2026-03-25T08:07:13.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2026-03-25T19:38:56.000Z (16 days ago)
- Last Synced: 2026-03-26T13:39:53.602Z (15 days ago)
- Homepage: http://www.codbex.com/aerokit/
- Size: 2.92 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Aerokit
Aerokit is a TypeScript SDK for the Low-Code Platform
## Build steps
1. Install dependencies
```sh
npm install
```
2. Build the library
```sh
npm run build
```
## Build the documentation
1. Build the library
2. Install document dependencies
```sh
npm run docs:install
```
3. Build the library
Even if you did a library build before, you need to do this after you install the document dependencies
```sh
npm run build
```
3. Build the documentation
```sh
npm run docs:build
```
4. Run the preview
```sh
npm run docs:preview
```
If you are doing active development, then you should use the dev mode instead:
```sh
npm run docs:dev
```
