@cromwell/theme-store
v3.0.3
Published
> Online store theme for Cromwell CMS. One of two default themes.
Downloads
83
Readme
@cromwell/theme-store
Online store theme for Cromwell CMS. One of two default themes.
Use as a package
This theme will be installed by your package manager during default installation of the CMS.
It's also can be added via theme market in the admin panel.
Or you can add it manually via command: yarn add @cromwell/theme-store -D
.
Clone and develop
You don't need to clone and build entire CMS repository. For making a custom app on top of this theme you can download its files:
npx github-directory-downloader https://github.com/CromwellCMS/Cromwell/tree/master/themes/store --dir=project-name
cd project-name
- Open
package.json
, changename
andcromwell.title
properties, so for the CMS there won't be collisions with current@cromwell/theme-store
. yarn install
yarn add @cromwell/theme-store -D
- Start the CMS in background to use API:
yarn cromwell start
- Start theme development server:
yarn cromwell build -w
- Open
http://localhost:4256
Note that you need to use yarn
. There are troubles with resolving CMS dependencies by npm
.