blob: 207f36e8e0eb66b7674ed6ba58371b762d1c54e8 [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