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

https://github.com/realcyguy/superdarktheme

This repository holds superdarktheme's website code and code code (bookmarklet).
https://github.com/realcyguy/superdarktheme

Last synced: 5 months ago
JSON representation

This repository holds superdarktheme's website code and code code (bookmarklet).

Awesome Lists containing this project

README

          

# superdarktheme

This repository holds `superdarktheme`'s website code and code code (bookmarklet).

Site:

## Development

Clone repo.
```
git clone https://github.com/RealCyGuy/superdarktheme.git
```

Install packages.
```
npm install --dev
```

Run local server for development with hot reload.
```
npm run serve
```