Merge pull request #914 from kcseb/master

Updated the instructions to reflect building before starting
This commit is contained in:
jessopb 2019-02-14 16:39:37 -05:00 committed by GitHub
commit 00b2f44a4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,11 @@ function Logo () {
export default Logo;
```
Restart the server, and you should see your site with a new Logo in the top left corner!
Rebuild and restart the server, and you should see your site with a new Logo in the top left corner!
```
$ npm run build
```
Then
```
$ npm run start
```