Our project directory follows the Nx convention, with top level applications under /apps
and libraries under /libs
.
/apps/platform
This is the main no-code platform that we are developing.
/apps/platform-e2e
This is a separate Cypress application for E2e tests on the builder
app.
/apps/cli
This is a cli based application for admin related tasks such as
import/seed application data
export/seed application data
scrape API docs for UI frameworks
parse API docs to interfaces
tasks runner
/apps/landing
The landing page for our platform