https://github.com/fballiano/openmage-theme-lanzarote
TailwindCSS + DaisyUI based template for OpenMage
https://github.com/fballiano/openmage-theme-lanzarote
Last synced: about 1 month ago
JSON representation
TailwindCSS + DaisyUI based template for OpenMage
- Host: GitHub
- URL: https://github.com/fballiano/openmage-theme-lanzarote
- Owner: fballiano
- Created: 2022-08-26T16:07:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T11:20:09.000Z (over 1 year ago)
- Last Synced: 2025-04-23T14:17:56.182Z (about 1 month ago)
- Language: CSS
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lanzarote: an OpenMage theme based on TailwindCSS and DaisyUI
This is a project for a modern frontend theme for OpenMage:
- base OpenMage theme: RWD
- CSS framework: [TailwindCSS](https://tailwindcss.com) + [DaisyUI](https://daisyui.com)
- package manager: [Bun](https://bun.sh)## Screenshot of the first pre-alpha version, category page
## How to run
### I don't need any customization
Install, activate and enjoy as you would with any other frontend theme for OpenMage.
### I want to customize it
Create a child theme and go on from there as you would usually do.
### I want to contribute with development
1. Install [Bun](https://bun.sh) on your machine
1. Install `Lanzarote` in your OpenMage project using composer and enable it in OpenMage's backend
2. `cd skin/frontend/lanzarote/default/css` and run `bun install` to install all dependencies
3. run `./watch.sh` to enable the automatic compiling of the CSS
3. modify `src/styles.css` as you wish
4. refresh your browser and enjoy