Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 327 Bytes

Basic pac example using raw js

git clone git://github.com/psychonull/pac-example.git
cd pac-example
git submodule init
git submodule update
cd pac
npm install
grunt build
cd ..

It is recommended to run a webserver instead of running the example from file:///

python -m SimpleHTTPServer