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).
- Host: GitHub
- URL: https://github.com/realcyguy/superdarktheme
- Owner: RealCyGuy
- Created: 2020-07-15T22:33:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T07:31:41.000Z (over 3 years ago)
- Last Synced: 2025-05-30T15:04:11.787Z (about 1 year ago)
- Language: Vue
- Homepage: https://darktheme.netlify.app/
- Size: 3.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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
```