chore: update README

This commit is contained in:
Sam 2022-06-17 00:02:16 +02:00
parent 6c9ebf1d08
commit ecd049088a
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@ A work-in-progress site to share your pronouns and preferred terms.
## Development ## Development
Note that When working on the frontend, run the API and then use `yarn dev` for hot reloading.
Note that Vite does _not_ proxy the preview pages (`/@user` and `/@user/member`),
and as such, the Go server must be used directly to test it. However, as the preview pages are
rendered by the Go server, and doesn't share code with the frontend (except for CSS), I consider this an acceptable compromise.
## Building ## Building