Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aritheelk/draculahub
- Owner: AriTheElk
- License: mit
- Created: 2018-09-23T02:18:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T07:14:58.000Z (about 5 years ago)
- Last Synced: 2024-10-30T01:46:27.563Z (about 2 months ago)
- Language: CSS
- Size: 232 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DraculaHub
## 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
```