2.0.3 • Published 2 years ago

@itandu/theme-store v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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