CannerCMS / canner-firestore-cms

The example of building the CMS with Canner and Firestore

Home Page:https://fir-cms-15f83.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING: Project is discontinued

As mentioned on the website and community, this project has been discontinued.

canner-firestore-cms

Join the community on Spectrum

The example of building the CMS with Canner and Firestore, and deploy to Firebase hosting.

Live Demo: https://fir-cms-15f83.firebaseapp.com

👉Checkout Canner: https://www.canner.io

We have another demo using firebase realtime database and nextJS, see canner-firebase-cms.

Prerequisite

$ npm i -g firebase-tools

Installation

$ yarn

Development

yarn start

Production

yarn build

Serve with firebase

yarn serve
# same as
# firebase serve

Deploy to firebase

yarn deploy
# same as
# firebase deploy --only hosting

About

The example of building the CMS with Canner and Firestore

https://fir-cms-15f83.firebaseapp.com

License:Apache License 2.0


Languages

Language:JavaScript 99.0%Language:HTML 1.0%