Is software as service allow clap clients to build forms easily and connect them with rest of Unblock services.
- Copy env example file to env then update variables
cp .env.example .env
- Install dependencies
yarn install && yarn run client:install
- Compile the project first if there any issue
yarn run compile
- Build project
yarn run build
- Start the project
yarn run start
- Watch the back-end
yarn run watch
- Watch the front-end
yarn run client:watch