Learn more about #CMS30
please visit https://cms30.canner.io
You can host your own CMS of each demo by following the instructions below.
Serveing and preview in your local machine.
- Install Canner CLI glablly.
$ npm i -g @canner/cli
- Enter the folder you want to develop.
cd [project directory]
- Serve the CMS in local
canner script:serve
- Edit the schemas!
You can learn more here to connect to different data sources.
- Enter the folder you want to deploy
cd [project directory]
- Initialize canner project
canner init
- Add the credentials in
env.default
ofcanner.cloud.js
. - Deploy it.
canner script:deploy`