💻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:
npm install
- Install all dependenciesnpm run dev
- run a batch to look for any changes and reload the webpagenpm run build
- compile the js and css filesnpm run zip
- make a zip archive with all theme files. This zip can be uploaded to Ghost as a theme package.npm run test
- GScan the theme
Last updated