mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
Update README.md
This commit is contained in:
parent
fa841dfab6
commit
1808fb6dc3
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -22,20 +22,20 @@ After clicking that button, you’ll authenticate with GitHub and choose a repos
|
|||
$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
|
||||
$ cd [REPO_NAME]
|
||||
$ yarn
|
||||
$ gatsby develop
|
||||
$ npm run develop
|
||||
```
|
||||
To test the CMS locally, you'll need run a production build of the site:
|
||||
```
|
||||
$ gatsby build
|
||||
$ gatsby serve
|
||||
$ npm run build
|
||||
$ npm run serve
|
||||
```
|
||||
|
||||
## Getting Started (Without Netlify)
|
||||
```
|
||||
$ gatsby new [SITE_DIRECTORY_NAME] https://github.com/AustinGreen/gatsby-starter-netlify-cms/
|
||||
$ cd [SITE_DIRECTORY_NAME]
|
||||
$ gatsby build
|
||||
$ gatsby serve
|
||||
$ npm run build
|
||||
$ npm run serve
|
||||
```
|
||||
|
||||
### Setting up the CMS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue