Merge pull request #212 from yairmark/patch-1

Fix: Testing Netlify locally using gatsby serve
This commit is contained in:
Alexander Shelepenok 2019-05-11 12:53:56 +03:00 committed by GitHub
commit 10f4db5ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ $ npm run develop
To test the CMS locally, you'll need run a production build of the site:
```
$ npm run build
$ npm run serve
$ gatsby serve
```
## Folder Structure