MacOS | Linux | Windows |
---|---|---|
$ npm install
$ npm start
Start an HTTPS server:
$ HTTPS=true npm start
$ npm run build
Production build:
$ NODE_ENV=production npm run build
WASM backend build:
$ npm run build-wasm
$ npm start
Open browser and navigate to http://localhost:8080/test
$ npm run watch
This project is following Apache License Version 2.0.
And all documents in test/wpt/resources are licensed by the W3C 3-clause BSD License.