https://github.com/dont-code/core
The core framework of the Dont-Code platform
https://github.com/dont-code/core
low-code no-code
Last synced: 3 months ago
JSON representation
The core framework of the Dont-Code platform
- Host: GitHub
- URL: https://github.com/dont-code/core
- Owner: dont-code
- License: mit
- Created: 2020-04-06T12:14:56.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T19:00:46.000Z (almost 2 years ago)
- Last Synced: 2025-07-25T14:43:44.494Z (9 months ago)
- Topics: low-code, no-code
- Language: TypeScript
- Homepage: https://dont-code.net
- Size: 4.97 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Important !
This repository is now deprecated. All developments for Dont-code are now happening in the [Monorepo repository](https://github.com/dont-code/monorepo)
## What was it for ?
This library provides the core schemas and api that are used by all other components.
It is part of the [dont-code](https://dont-code.net) no-code / low-code platform enabling you to quickly produce your very own application.
## What is it ?
It's a typescript library with minimal dependencies (only rxjs) that is deployed to npm as [@dontcode/core](https://www.npmjs.com/package/@dontcode/core).
It runs on the browser.
## How is it working ?
## How to build it ?
This project is a standard typescript project:
1. Installing
`npm install`
2. Running tests
`npm run nx run core:test `
3. Building
`npm run nx run core:build`
## Thank you
This project was generated using [Nx](https://nx.dev), visit the [Nx Documentation](https://nx.dev/angular) to learn more.