This is our website.
As a developer get started as follows:
- Make sure you have Docker up and running
- Get Visual Studio Code with Dev Containers ready
- Open the project in the Dev Container and run
pnpm install
- Start the development server with
pnpm dev
- Lint the code with
pnpm check
- Run tests with
pnpm test
- Further steps are outlined in the developer guide.
As an administrator have a look at the setup guide.