Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c-lodder/joomla4-backend-template

A dark themed backend template for Joomla 4.x and 5.x
https://github.com/c-lodder/joomla4-backend-template

joomla template

Last synced: 25 days ago
JSON representation

A dark themed backend template for Joomla 4.x and 5.x

Awesome Lists containing this project

README

        

# Bettum

A dark themed administrator template for Joomla 4.x

## Benefits of Bettum

- Easier on the eyes
- Saves battery life
- Less bloat
- Simple and familiar UI
- Performance

## Browser Support

![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png)
--- | --- | --- | --- | --- | --- |
Latest :heavy_check_mark: | Latest :heavy_check_mark: | Latest :heavy_check_mark: | 11+ :x: | Latest :heavy_check_mark: | Latest :heavy_check_mark: |

## Contributing
- Clone the repository:
```bash
git clone https://github.com/C-Lodder/joomla4-backend-template.git
```
- Go to the folder:
```bash
cd
```
- Install dependencies:
```bash
npm i
```
- Checkout a new branch:
```bash
git checkout -b
```

## Build tasks:
- Compile SCSS and minify CSS
```bash
gulp build
```

- Minify JS
```bash
npm run js
```

- Create an installation ZIP file
```bash
npm run zip
```

## Screenshot:

![Login](https://i.imgur.com/PHB5qyP.png)