Skip to content
Shannon Skinner edited this page Nov 28, 2021 · 8 revisions

Run locally

  1. npm i to install dependencies.
  2. npm start

Your site will open in a new browser tab and be hot-reloaded as files are changed. You can stop the server with Ctrl-C.

Deploy to production

  1. Bump the version in local/kibble.json - you can not deploy the same or earlier versions of your site.
  2. npm run publish
  3. Enter your admin credentials when prompted.

How it works

The base site is supplied by the Shift72 core-template NPM package and is installed to node_modules/@shift72/core-template. These core files and any customizations in local will be merged to output.

Clone this wiki locally