Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hupe1980/gatsby-theme-netlify-cms
A Gatsby theme for Netlify CMS. The theme uses netlify-cms-backend-fs to support local development.
https://github.com/hupe1980/gatsby-theme-netlify-cms
cms gatsby gatsby-theme netlify-cms
Last synced: 2 months ago
JSON representation
A Gatsby theme for Netlify CMS. The theme uses netlify-cms-backend-fs to support local development.
- Host: GitHub
- URL: https://github.com/hupe1980/gatsby-theme-netlify-cms
- Owner: hupe1980
- License: mit
- Created: 2019-05-12T18:15:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T00:06:53.000Z (about 5 years ago)
- Last Synced: 2024-11-28T16:55:29.932Z (2 months ago)
- Topics: cms, gatsby, gatsby-theme, netlify-cms
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-theme-netlify-cms
> A [Gatsby](https://github.com/gatsbyjs/gatsby) theme for
> [Netlify CMS](https://www.netlifycms.org)## Running the example locally
Clone this repo and run yarn in the root directory to install the dependencies.
```
yarn
```To launch the development server with the hot reloading functionality that allows any change in files in the `src` folder to be immediately visible in the browser. Run the following command:
```
yarn start
```The cms is available under [http://localhost:8000/admin](http://localhost:8000/admin)
## License
[MIT](LICENSE)