A form driven low-code development platform
React.js
for frontend architectureVite
for frontend buildTurbo
for monorepo bundler and buildpnpm
for dependencies install & commands run
- Node.js: https://github.com/nvm-sh/nvm
- pnpm: https://pnpm.io/installation
pnpm install
pnpm build
pnpm dev
pnpm install
used to install all the modules to a central place of user direction.pnpm build
used to build packages library when they are changed or fixed.pnpm dev
used to rundev
task inside of apps/main.