This repository is now deprecated. All developments for Dont-code are now happening in the Monorepo repository
This library provides the core schemas and api that are used by all other components. It is part of the dont-code no-code / low-code platform enabling you to quickly produce your very own application.
It's a typescript library with minimal dependencies (only rxjs) that is deployed to npm as @dontcode/core. It runs on the browser.
This project is a standard typescript project:
-
Installing
npm install -
Running tests
npm run nx run core:test -
Building
npm run nx run core:build
This project was generated using Nx, visit the Nx Documentation to learn more.
