/canner-firestore-cms

The example of building the CMS with Canner and Firestore

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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