Proxy hosts is a lightweight proxy server for the api.
- Take a copy of
.env.example
and re-name to.env
- Get your Neon Database Connection string
- Get your Auth0 Config
- Enter the details into the
.env
file - Start the dev server with the following scripts
# Enable pnpm
$ corepack enable
# Install dependencies
$ pnpm install
# Start dev server with hot reload at localhost:3001
$ pnpm dev