https://github.com/cannercms/canner-quick-start
The simplest example of building a CMS with Canner
https://github.com/cannercms/canner-quick-start
Last synced: 8 months ago
JSON representation
The simplest example of building a CMS with Canner
- Host: GitHub
- URL: https://github.com/cannercms/canner-quick-start
- Owner: CannerCMS
- Created: 2018-12-07T02:46:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T09:57:49.000Z (about 7 years ago)
- Last Synced: 2025-01-13T22:28:20.447Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://canner-quick-start.netlify.com/canner-quick-start/info
- Size: 6.77 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the simplest example of Canner, and you can find the complete documentation [here](https://www.canner.io/docs/start-quick-build-the-cms).
Online Demo:https://canner-quick-start.netlify.com/canner-quick-start/info
Looking for production examples? Here are some advanced demos you should check out:
- [Canner with Firestore](https://github.com/canner/canner-firestore-cms)
- [Canner with Firebase and NextJS](https://github.com/canner/canner-firebase-cms)
## Installation
```bash
$ yarn
```
## Development
```bash
$ yarn start
```
## Production
```bash
$ yarn build
```