Contributing
Getting started
Requirements
You need the following services to run Formizee locally:
1
Setup
Clone the Formizee monorepo.
2
Install the dependencies
3
Setup local development
Formizee provides a CLI to setup our local development environment. Run the following command in your terminal:
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.
Was this page helpful?