💻Setup and Commands

This theme fully supports development features.

You need Node, and NPM installed on your computer.

Then go to the theme root folder and execute npm install to install all dependencies.

You can edit the theme files to add/modify the theme's look.

Below are the common commands:

  1. npm install - Install all dependencies

  2. npm run dev - run a batch to look for any changes and reload the webpage

  3. npm run build - compile the js and css files

  4. npm run zip - make a zip archive with all theme files. This zip can be uploaded to Ghost as a theme package.

  5. npm run test - GScan the theme

Last updated