Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aritheelk/draculahub

Dracula theme for GitHub
https://github.com/aritheelk/draculahub

Last synced: 5 days ago
JSON representation

Dracula theme for GitHub

Awesome Lists containing this project

README

        


Dracula Cat

DraculaHub


CircleCI
GitHub

screenshot of GitHub with DraculaHub theme

## Installation

DraculaHub is not yet in the Chrome App Store. To install, you must build and manually install the crx.

## Development

### Styling

// TODO: write styling structure overview

### Compiling

#### Compiling the Styles

If you want to compile the css a single time, use the `build` command:

```bash
yarn build
```

If you're working on the styles, I recommend using the `watch` command. This will recompile the styles every time you modify a file. If you have the extension installed unpacked (via developer mode), the extension will hot-reload the styles.

```bash
yarn watch
```

#### Compiling the Extension

```bash
yarn package
```