From 9623513c9af501a293f4cf22e5e8036e1f51c425 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 30 Sep 2020 18:04:50 -0700 Subject: [PATCH] Specify that the root of the web app is /admin --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index c6e29f918..13d24a0ab 100644 --- a/web/README.md +++ b/web/README.md @@ -10,7 +10,7 @@ npm run dev yarn dev ``` -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. +Open [http://localhost:3000/admin](http://localhost:3000/admin) with your browser to see the result. You can start editing a page by modifying `pages/something.js`. The page auto-updates as you edit the file.