bar9 / bolt-theme-skeleton
A Bolt CMS theme skeleton based on tailwind 3, daisyui and storybook
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Language:JavaScript
Type:bolt-theme
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