Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Latest commit

 

History

History
66 lines (38 loc) · 1.52 KB

README.md

File metadata and controls

66 lines (38 loc) · 1.52 KB

canner-firebase-cms + NextJS

Join the community on Spectrum

Canner CMS for Firebase with SSR supported (NextJS), for blog, ecommerce, mobile apps and even chatbot! This project is based on Canner, a open source CMS framework https://github.com/Canner/canner

We have another demo using firestore and deploying to Firebase hosting (without SSR), see canner-firestore-cms.

Deployment

Now.sh

Deploy to now

or

$ now

Live demo

Tutorial

https://www.canner.io/docs/tutorial-community-firebase.html

Preview

preview preview preview preview

How it works

It is based on Canner CMS framework (https://www.canner.io/), used JSX (canner-script) to declare how you Firebase data structure and UI in your CMS.

A simple blog post example:

preview

Learn how to write schema canner-script

Import default user

firebase auth:import firebase-default-user.json

Default user

Development

npm run dev

License

Apache license 2.0