https://github.com/webdatarocks/custom-theme-builder
A tool to help create custom themes for WebDataRocks
https://github.com/webdatarocks/custom-theme-builder
Last synced: about 1 year ago
JSON representation
A tool to help create custom themes for WebDataRocks
- Host: GitHub
- URL: https://github.com/webdatarocks/custom-theme-builder
- Owner: WebDataRocks
- Created: 2021-09-01T05:49:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T09:55:38.000Z (over 2 years ago)
- Last Synced: 2025-01-22T01:28:28.517Z (about 1 year ago)
- Language: Less
- Homepage: https://www.webdatarocks.com
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom theme builder for WebDataRocks
This repository contains a tool that helps create custom CSS themes for [WebDataRocks](https://www.webdatarocks.com/).
## Prerequisites
- [Node.js](https://nodejs.org/en)
## Installation
1. Download a `.zip` archive with the theme builder or clone it from GitHub with the following commands:
```bash
git clone https://github.com/webdatarocks/custom-theme-builder
cd custom-theme-builder
```
2. Install dependencies listed in `package.json`:
```bash
npm install
```
## Usage
Learn how to use the theme builder: [Create a theme using the custom theme builder](https://www.webdatarocks.com/doc/custom-report-themes/#custom-theme-builder).
## Support
Feel free to ask WebDataRocks-related questions on [StackOverflow](https://stackoverflow.com/questions/tagged/webdatarocks).