As mentioned on the website and community, this project has been discontinued.
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.
$ npm i -g firebase-tools
$ yarn
yarn start
yarn build
yarn serve
# same as
# firebase serve
yarn deploy
# same as
# firebase deploy --only hosting