Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)