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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Archive repo
  • Loading branch information
mozfreddyb authored Apr 5, 2024
1 parent a53797d commit 6e0cb5d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# SRI Hash Generator
# Archived Repository.

This is the code behind the <https://www.srihash.org/> website. It generates [subresource integrity](https://www.w3.org/TR/SRI/) hashes.
**This repository is archived**.

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

[![Build Status](https://travis-ci.org/mozilla/srihash.org.svg?branch=master)](https://travis-ci.org/mozilla/srihash.org)
[![devDependencies Status](https://david-dm.org/mozilla/srihash.org/dev-status.svg)](https://david-dm.org/mozilla/srihash.org?type=dev)
---

This is the code behind the <https://www.srihash.org/> website. It generates [subresource integrity](https://www.w3.org/TR/SRI/) hashes.

## Install

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

Expand All @@ -17,15 +19,15 @@ cd srihash.org
npm install
```

## Linters
#### Linters

Run tests with:

```shell
npm run lint
```

## Code of Conduct
#### 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](https://www.mozilla.org/about/governance/policies/participation/) or [CODE_OF_CONDUCT.md].

0 comments on commit 6e0cb5d

Please sign in to comment.