@itandu/theme-store

2.0.3 • Public • Published

@itandu/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.

Or you can add it manually: yarn add @itandu/theme-store -D.

This is production-only usage.

Clone and develop

You don't need to clone entire CMS repository. For making a custom app on top of this theme you can download its files:

  1. npx github-directory-downloader https://github.com/playrich/nextcms/tree/master/themes/store --dir=project-name
  2. cd project-name
  3. Open package.json, change name and cromwell.title properties.
  4. yarn install
  5. yarn add @itandu/theme-store -D
  6. Start the CMS in background to use API: npx cromwell start
  7. Start theme development server: npx cromwell build -w
  8. Open http://localhost:4256

Note that you need to use yarn. There are troubles with resolving CMS dependencies by npm.

Readme

Keywords

none

Package Sidebar

Install

npm i @itandu/theme-store

Weekly Downloads

1

Version

2.0.3

License

MIT

Unpacked Size

3.67 MB

Total Files

25

Last publish

Collaborators

  • robodove
  • ituadmin