Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/travis-r6s/gridsome-starter-datocms
A Gridsome starter for DatoCMS
https://github.com/travis-r6s/gridsome-starter-datocms
Last synced: 26 days ago
JSON representation
A Gridsome starter for DatoCMS
- Host: GitHub
- URL: https://github.com/travis-r6s/gridsome-starter-datocms
- Owner: travis-r6s
- Created: 2019-05-10T14:09:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:59:56.000Z (about 2 years ago)
- Last Synced: 2023-12-27T13:38:52.643Z (about 1 year ago)
- Language: CSS
- Homepage: https://gridsome-starter-datocms.netlify.com
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DatoCMS starter for Gridsome
This starter uses [DatoCMS](https://www.datocms.com) as a headless CMS.
![Preview](preview.png)
[See the live demo](https://gridsome-starter-datocms.netlify.com)
### 1. Install Gridsome CLI tool if not already installed
```bash
yarn global add @gridsome/cli
npm install --global @gridsome/cli
```### 2. Create a Gridsome project
1. `gridsome create my-gridsome-site` to install default starter
2. `cd my-gridsome-site` to open the folder
3. `gridsome develop` to start a local dev server at `http://localhost:8080`
4. Happy coding 🎉🙌