https://github.com/bejamas/rt-netlify-cms
https://github.com/bejamas/rt-netlify-cms
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bejamas/rt-netlify-cms
- Owner: bejamas
- Created: 2019-10-15T16:44:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T16:46:38.000Z (over 6 years ago)
- Last Synced: 2025-12-28T20:53:05.061Z (6 months ago)
- Language: JavaScript
- Size: 980 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Access Locally
This uses the new [Netlify Dev](https://www.netlify.com/products/dev/?utm_source=blog&utm_medium=netlifycms&utm_campaign=devex) CLI feature to serve any functions you have in the `lambda` folder.
To test the CMS locally, you'll need run a production build of the site:
```
$ npm run build
$ netlify dev # or ntl dev
```
## Getting Started (Without Netlify)
```
$ gatsby new [SITE_DIRECTORY_NAME] https://github.com/netlify-templates/gatsby-starter-netlify-cms/
$ cd [SITE_DIRECTORY_NAME]
$ npm run build
$ npm run serve
```
### Setting up the CMS
Follow the [Netlify CMS Quick Start Guide](https://www.netlifycms.org/docs/quick-start/#authentication) to set up authentication, and hosting.