Update README

This commit is contained in:
Stan Wohlwend 2024-02-28 14:42:08 +01:00
parent d73e59bcf5
commit 950f5a8118

View File

@ -2,6 +2,10 @@
## Getting Started
// TODO link docs
## Self-hosting
Make sure you have `pnpm` installed alongside Node v20. Next, ensure you created `.env.local` files by copying `.env` in each of the subpackages in the `packages` folder and filling out the variables. You will need to start a Postgres database; you can do this with the following command:
```sh