bar9 / bolt-theme-skeleton
A Bolt CMS theme skeleton based on tailwind 3, daisyui and storybook
Package info
github.com/bar9/bolt-theme-skeleton
Language:JavaScript
Type:bolt-theme
pkg:composer/bar9/bolt-theme-skeleton
README
A Bolt CMS theme skeleton based on tailwind 3, daisyUI and storybook
dev setup
- tested with yarn v1
yarnyarn 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