- Deno
- git
Requirements are checked int the
make installbut you can runmake check-dependencies
website: the web application. Frontend + backend SSRpocketbase:
To ease the DX on the project, we provide a Makefile with some commands that you can execute from the root of the project.
make installThis is going to install everything for you.
You need to cp website/.env.dist in website/.env. Currently, you must have
Pocketbase running locally or have access to a production instance in order to
start the website.
Just run make
make serveBefore any Pull Request please make sure to:
make checkandmake fixto apply the Coding Standards
this is enforced in the CI