2.0.3 • Published 4 years ago
@itandu/theme-store v2.0.3
@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:
npx github-directory-downloader https://github.com/playrich/nextcms/tree/master/themes/store --dir=project-namecd project-name- Open
package.json, changenameandcromwell.titleproperties. yarn installyarn add @itandu/theme-store -D- Start the CMS in background to use API:
npx cromwell start - Start theme development server:
npx cromwell build -w - Open
http://localhost:4256
Note that you need to use yarn. There are troubles with resolving CMS dependencies by npm.
2.0.3
4 years ago