/unblock-workflow

Unblock Workflow Builder

Primary LanguageTypeScript

Unblock Workflow Application

Is software as service allow clap clients to build forms easily and connect them with rest of Unblock services.

screenshot

Get Started

Setup

  1. Copy env example file to env then update variables
cp .env.example .env
  1. Install dependencies
yarn install && yarn run client:install
  1. Compile the project first if there any issue
yarn run compile
  1. Build project
yarn run build
  1. Start the project
yarn run start
  1. Watch the back-end
yarn run watch
  1. Watch the front-end
yarn run client:watch

Resources