README.md.twig 939 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # {{ component.name|titleize }} Theme
  2. The **{{ component.name|titleize }}** Theme is for [Grav CMS](http://github.com/getgrav/grav). This README.md file should be modified to describe the features, installation, configuration, and general usage of this theme.
  3. ## Description
  4. {{ component.description }}
  5. # Instructions
  6. Run
  7. `npm install` to setup tailwind and required plugins
  8. How to build tailwind:
  9. Development:
  10. `npm run build` for single time compiling
  11. `npm run watch` for constant development
  12. Production:
  13. `npm run prod` for production compiling. **Don't forget to turn on production mode in the theme config**# Instructions
  14. Run
  15. `npm install` to setup tailwind and required plugins
  16. How to build tailwind:
  17. Development:
  18. `npm run build` for single time compiling
  19. `npm run watch` for constant development
  20. Production:
  21. `npm run prod` for production compiling. **Don't forget to turn on production mode in the theme config**