Requirements

You need the following services to run Formizee locally:

1

Setup

Clone the Formizee monorepo.

git clone https://github.com/formizee/formizee
2

Install the dependencies

cd formizee
corepack enable
pnpm install
3

Setup local development

Formizee provides a CLI to setup our local development environment. Run the following command in your terminal:

pnpm local

Setting up Formizee locally...

◆  What would you like to develop?
   ○ web 
   ● api (api.formizee.com)
   ○ docs 
   ○ vault 
   ○ dashboard 

Docker must be running for us to spin up the database and the storage services.

We will create .env files in either the apps/api or apps/web depending on the selection you’ve made.