Run pnpm i
to install dependencies
Start the other necessary applications:
- Database (in
/
:make init
) - Directus
- API
Copy .env.example
to .env
and change parameters to the correct ones if different,
or leave them empty to use the default values specified in config.ts
Do make test
to run the tests
Run make tests.setup
in root and make tests.run
to run the tests on a new database.
In order to get updated typing in the test project, you might want to run make generate-types
in the cms directory (or make types
)