Updated the instructions to reflect building before starting #914

Merged
kcseb merged 1 commit from master into master 2019-02-14 22:39:38 +01:00

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
```