Aerokit is a TypeScript SDK for the Low-Code Platform
- Install dependencies
npm install- Build the library
npm run build- Build the library
- Install document dependencies
npm run docs:install- Build the library
Even if you did a library build before, you need to do this after you install the document dependencies
npm run build- Build the documentation
npm run docs:build- Run the preview
npm run docs:previewIf you are doing active development, then you should use the dev mode instead:
npm run docs:dev