Awesome
WARNING: Project is discontinued
As mentioned on the website and community, this project has been discontinued.
canner-firestore-cms
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