cms30
cms30 copied to clipboard
🙌 #CMS30 | Free 30 CMS templates
#CMS30
Learn more about #CMS30 please visit https://cms30.canner.io
Instuctions
You can host your own CMS of each demo by following the instructions below.
Development
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!
Production
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.defaultofcanner.cloud.js. - Deploy it.
canner script:deploy`