2024-03-23 06:40:38 +01:00
# {{ component .name | titleize }} Theme
2025-11-11 19:27:29 +01:00
The ** {{ component .name | titleize }} ** Theme is for [Grav CMS](https://github.com/getgrav/grav). This README.md file should be modified to describe the features, installation, configuration, and general usage of this theme.
2024-03-23 06:40:38 +01:00
## Description
{{ component .description }}
# Instructions
Run
`npm install` to setup tailwind and required plugins
How to build tailwind:
Development:
`npm run build` for single time compiling
`npm run watch` for constant development
Production:
`npm run prod` for production compiling. **Don't forget to turn on production mode in the theme config**# Instructions
Run
`npm install` to setup tailwind and required plugins
How to build tailwind:
Development:
`npm run build` for single time compiling
`npm run watch` for constant development
Production:
`npm run prod` for production compiling. **Don't forget to turn on production mode in the theme config**