From ecd049088a4d7a83efb74134793dfa6aaab5fa4d Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 17 Jun 2022 00:02:16 +0200 Subject: [PATCH] chore: update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7ee84c..9584cd1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,11 @@ A work-in-progress site to share your pronouns and preferred terms. ## 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