Joomla 4 template using HiQ CSS
Latest ✔️ | Latest ✔️ | Latest ✔️ | 11+ ❌ | Latest ✔️ | Latest ✔️ |
Install the template zip file like you would any other extension. There is also a sampledata plugin available to use, which will demonstrate the available module positions with some demo data.
Important: This cannot be installed if another sample data plugin has already been used.
- Clone the repository:
git clone https://github.com/C-Lodder/lightning.git <path>
- Go to the folder:
cd <path>
- Install dependencies:
npm ci
- Checkout a new branch:
git checkout -b <branch name>
- Compile CSS:
npm run css
- Copy & minify Javascript:
npm run js
- Create a Zip file:
npm run package
- Lint CSS:
npm run lint
- Build project: This will process all Javascript, CSS and also create a zip file
npm run build