Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

gszathmari/sritest-frontend

Repository files navigation

HTML Subresource Integrity Tester Frontend

This is the frontend of sritest.io

Travis branch Code Climate

Running the application

Install the dependencies first with the following commands:

$ npm install
$ npm install -g

Developer mode

Simply run the service with gulp:

$ gulp develop && gulp serve

Production

Build files with Gulp first:

$ gulp build

Then copy the files under dist/ to your favorite webserver. The frontend is static, so the files can be just dumped into a S3 bucket.

Testing

TBD

Contributors

License

See the LICENSE file for license rights and limitations (MIT)