evang / argon-light
A light theme for Webtrees based on Argon Design System
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 1
Open Issues: 1
Language:SCSS
Type:webtrees-module
pkg:composer/evang/argon-light
Requires (Dev)
- fisharebest/webtrees: ^2.2
README
Argon Light Theme is a fork of Argon Theme for webtrees by jchue
It adds a modern light theme to Webtrees based on Argon Design System by Creative Tim
This module is brought to you by Evan Galli under the ISC License
Screenshots
Installation
Latest release (Recommended)
- Download the first zip file from the latest release (look under the "Assets" section).
- Unzip the file.
- Rename the resulting folder to
evang-argonlight. - Move the folder into your
webtrees/modules_v4directory.
Development version
- Download the repository as a zip file.
- Unzip the file.
- Rename the resulting folder to
evang-argonlight. - Move the folder into your
webtrees/modules_v4directory.
Development
- Make sure you have both composer and npm installed on your system.
- Install the dependencies by running the following commands in the module's root directory:
composer install npm install
- To build the module, run the following command:
npm run build
- You can now copy the repo folder to your
webtrees/modules_v4directory to test it out.