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
- Host: GitHub
- URL: https://github.com/vovanr/right-now-html
- Owner: VovanR
- License: mit
- Created: 2016-02-04T08:21:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T11:08:04.000Z (over 10 years ago)
- Last Synced: 2025-03-22T01:26:24.191Z (over 1 year ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)