Skip to content

dont-code/monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

What is it for ?

This repository contains all the dont-code no-code / low-code platform enabling you to quickly produce your very own application.

What is it ?

It's various subprojects provides an "non-developer" builder, an application previewer, typescript libraries for plugin developments, and several plugins. It gets the application schema from the core library (extended by plugins), and dynamically generates a form with questions. Screenshot

How is it working ?

Dont-code platform relies on Angular & PrimeNg Please see the Developer's page to understand how it is being done.

How to build it ?

This project contains multiple sub-projects, all linked together using Rush, pNPM. Each subproject is then build using Nx

  1. Installing

npm install nx @microsoft/rush -g Will install rush & nx.dev globally

rush update

  1. Running

You can run the builder with: cd apps/ide-ui; nx ide-ui:serve:online

and point your browser to https://localhost:4200

  1. Running tests

rush test will execute all unit tests using Jest

  1. Running End to end tests

    rush e2e-test will execute all End 2 end test under Cypress

Thank you

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published