ez-aem / aem-site-template-tailwind

Tailwind CSS Site Template for AEM for front end developers
https://www.ez-aem.com/aem-site-template-tailwind.html
MIT License
6 stars 4 forks source link
Standard site preview

Site Template Tailwind

This template is an opinionated version of the Adobe standard site template for AEM. It is implemented with the best modern tools and libraries that enable rapid development and ensure code conformity. It comes with a Wireframe demo theme, which is styled separately from the theme files for easy removal. This template can serve as a standard starting point for creating a new site, or as a starting point for creating custom site templates.

Quick Start

Helpful Links

Structure

Develop Site Template

Check out the Theme readme to learn more about customizing the frontend theme for your project.

Build locally

If you are working on the template itself, and not using the downloaded theme sources, you can build aem-site-template-tailwind-{version}.zip locally.

  1. Install Maven (to be able to use the packaging script).
  2. Initialize the project with following command executed at the template root:
npm install
  1. To build the site template, run following command executed at the template root:
npm run build
  1. The site template ZIP file is now located below the template root: aem-site-template-tailwind-{version}.zip.
  2. Upload to an AEMaaCS site creation wizard. For installing on a local cloudready development instance run:
    npm run deploy

Release

Run Build and release GitHub workflow and provide the semantic version you're about to release. The workflow executes the following steps:

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the MIT License. See LICENSE for more information.