0.0.2 • Published 10 years ago

normalize-playground v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

Normalize.IO Playground

Setup the proxy

If necessary:

git clone git://github.com/normalize/proxy.js
cd proxy.js
npm i
export PORT=8888
npm start

Then edit .nlzrc in this repo to the appropriate proxy:

vim .nlzrc
{
  "proxy": "localhost:8888"
}

Install nlz(1)

npm i -g nlz

Build

nlz build --watch

Play

Edit all the .js and .css files! Then check it out:

# Open an example webpage
open index.html
# Run the example tests
open test.html
0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago