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

https://github.com/vovanr/right-now-html

I need it yesterday
https://github.com/vovanr/right-now-html

Last synced: 2 months ago
JSON representation

I need it yesterday

Awesome Lists containing this project

README

          

# right-now-html

> I need it yesterday

## Install

```
git clone git://github.com/vovanr/right-now-html project-name
cd project-name
rm -rf .git
git init
npm install
```

## Usage

- Markup in `index.jade`
- Styles in `style.styl`
- Images: use `base64` [converter](http://vovanr.github.io/convert2base64)

Run
```
hs .
open index.html
```

## Build

```
npm run build
```

## License

MIT © [Vladimir Rodkin](https://github.com/VovanR)