README: add a note about

Fixes #13
master
Tom Hacohen 2019-02-08 13:20:23 +00:00 committed by GitHub
parent 69a80edbbc
commit 030c88a376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -39,3 +39,7 @@ the build directory.
Alternatively, you can run the debug server just to verify everything works,
though be aware that the app will probably be quite slow. To do that, run `yarn start`.
### Serving from subdirectory
In order to run your own version and serve it from a subdirectory rather than the top level of the domain, add `"homepage": "/subdir-name"` to the `package.json` file.