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

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

Awesome Lists containing this project

README

          

![image](https://dont-code.net/assets/logo-shadow-squared.png)

## 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.