Browse Source

Specify that the root of the web app is /admin

pull/1886/head
Gabe Kangas 5 years ago committed by GitHub
parent
commit
9623513c9a
  1. 2
      web/README.md

2
web/README.md

@ -10,7 +10,7 @@ npm run dev @@ -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.

Loading…
Cancel
Save