0.0.2 • Published 12 years ago
normalize-playground v0.0.2
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 startThen edit .nlzrc in this repo to the appropriate proxy:
vim .nlzrc{
"proxy": "localhost:8888"
}Install nlz(1)
npm i -g nlzBuild
nlz build --watchPlay
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