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

View File

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