Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 850 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 850 Bytes

Archived Repository.

This repository is archived.

We do not expect to introduce new functionality or any other changes to this web page.


This is the code behind the https://www.srihash.org/ website. It generates subresource integrity hashes.

You'll need Node.js 10.x and npm for linting and a local server for testing

Clone the git repository and install dependencies:

git clone https://github.com/mozilla/srihash.org.git
cd srihash.org
npm install

Linters

Run tests with:

npm run lint

Code of Conduct

This repository is governed by Mozilla's code of conduct and etiquette guidelines. For more details, please read the Mozilla Community Participation Guidelines or [CODE_OF_CONDUCT.md].