Installation
If you would like to run our app locally, whether to develop or to test, there are a few things that you need to do.
- Fill in your
.envvariables (see Getting started developing) - Set up your local database (see Setting up a local database)
- Launch your app with
pnpm run dev