docs: make CONTRIBUTING instructions work & fix example envs (#152)

This commit is contained in:
Chris Danis
2025-01-24 04:51:26 -05:00
committed by GitHub
parent 47c39f6d38
commit ef1aeb7152
4 changed files with 7 additions and 3 deletions

View File

@@ -55,14 +55,14 @@ The frontend is built with [SvelteKit](https://kit.svelte.dev) and written in Ty
3. Install the dependencies with `npm install`
4. Start the frontend with `npm run dev`
You're all set!
### Reverse Proxy
We use [Caddy](https://caddyserver.com) as a reverse proxy. You can use any other reverse proxy if you want but you have to configure it yourself.
#### Setup
Run `caddy run --config reverse-proxy/Caddyfile` in the root folder.
You're all set!
### Testing
We are using [Playwright](https://playwright.dev) for end-to-end testing.