blob: d4df401f397890c301631f56c04090f76f5701af [file] [log] [blame]
# Set up the local directory to run the demo pages.
default:
ln -sf ../../res res
npm install http-server
# Run a local HTTP server for the demo pages.
run:
../../node_modules/.bin/http-server -p 8080 -a 127.0.0.1 -c-1