bar9/bolt-theme-skeleton

A Bolt CMS theme skeleton based on tailwind 3, daisyui and storybook

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Language:JavaScript

Type:bolt-theme

v1.0.0 2023-01-09 21:09 UTC

This package is auto-updated.

Last update: 2024-04-10 21:38:20 UTC


README

A Bolt CMS theme skeleton based on tailwind 3, daisyUI and storybook

dev setup

  • tested with yarn v1
  • yarn
  • yarn dev

production build

  • TODO. Produces only a development build, e.g. generating CSS for all available themes.
  • For a prod build, you should at least create a tailwind.config.prod.js with e.g. daisyui.themes: ['business'] and run tailwindcss with this