wiki-grav/plugins/devtools/components/theme/tailwind-mix
2023-02-19 15:13:01 +01:00
..
css (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
fonts (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
images (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
js (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
languages (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
templates (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
blueprints.yaml.twig (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
CHANGELOG.md.twig (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
LICENSE.twig (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
package.json.twig (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
README.md.twig (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
screenshot.jpg (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
tailwind.config.js.twig (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
theme.php.twig (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
theme.yaml.twig (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
thumbnail.jpg (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00
webpack.mix.js (Grav GitSync) Automatic Commit from RealStickman 2023-02-19 15:13:01 +01:00

# {{ component.name|titleize }} Theme

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.

## 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**