@dvhb/themes
Version:
Opensource dvhb themes
26 lines (15 loc) • 562 B
Markdown
# Opensource dvhb themes
## Demo
See [@dvhb/themes](https://rawgit.com/dvhbru/themes/master/dist/index.html)
## Use in opensource projects
```
<link rel="stylesheet" href="//rawgit.com/dvhbru/themes/master/dist/main.css">
```
## Contribute
1. Install dependencies: `npm i`
2. Make changes, contained within `src` directory
3. Build the project to `dist` using `npm run build`
`npm run dev`
> Run development mode via [@dvhb/webpack](https://github.com/dvhbru/webpack) build tool.
`npm run build`
> Build production-ready files into a `dist` directory.