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

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

Awesome Lists containing this project

README

          


Aerokit logo

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