Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkian/cms-demo
Design template for CMS Bake-off
https://github.com/thinkian/cms-demo
Last synced: about 1 month ago
JSON representation
Design template for CMS Bake-off
- Host: GitHub
- URL: https://github.com/thinkian/cms-demo
- Owner: thinkian
- Created: 2018-08-06T02:58:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T02:58:44.000Z (over 6 years ago)
- Last Synced: 2024-10-12T10:27:33.562Z (4 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMS Demo
This project is intended to be used as a design template for the CMS Bake-off. It was built with [Gatsby](https://www.gatsbyjs.org/).
## Getting Started
1. Install Gatsby-CLI
`npm install --global gatsby-cli`
2. Run Development Server
`gatsby develop`
3. Build static assets
`gatsby build`
4. Deploy
Follow [the Gatsby docs](https://www.gatsbyjs.org/tutorial/part-one/#deploying-gatsbyjs-websites) for a super easy way to deploy using [Surge](https://surge.sh/)