This is the frontend of sritest.io
Install the dependencies first with the following commands:
$ npm install
$ npm install -g
Simply run the service with gulp:
$ gulp develop && gulp serve
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.
TBD
See the LICENSE file for license rights and limitations (MIT)