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

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

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
```