The website behind (https://havel-alm.de).
Set these environment variables:
POSTGRES_URL
: connection to a local postgres dbSKIP_SSL
: don't use SSL for local connectionsVERCEL_POSTGRESQL_URL
: Connection to the production postgres db
Install dependencies with pnpm install
.
Run the dev server with pnpm run dev
.
Create a production build with pnpm run build
.