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

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

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).