1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-01-30 17:14:57 +01:00

Update README with localhost changes

This commit is contained in:
Marquis Kurt 2020-03-02 14:56:15 -05:00
parent cae5cb301d
commit 6590e947c9
No known key found for this signature in database
GPG Key ID: 725636D259F5402D

View File

@ -63,6 +63,8 @@ Before testing Hyperspace, you'll need to modify the `location` key in `public/c
"location": "https://localhost:3000"
```
> Note: Since v1.1.0-beta4, this is no longer necessary since Hyperspace will automatically do this for you when running it through `npm start`.
The `location` key can take the following values during testing:
- **https://localhost:3000**: Most suitable for running `npm start` or running via `react-scripts`.