Skip to content

Commit

Permalink
add local setup docs to readme, fixes whelk-io#102
Browse files Browse the repository at this point in the history
  • Loading branch information
zteater committed Jun 2, 2021
1 parent 82c3c3a commit 8da56a6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,25 @@ Reference: [Maven Settings > Active Profiles](https://maven.apache.org/settings.

</settings>
````

----

## Local Setup

See [CONTRIBUTING.md](Contributing) for guidelines for forking and contributing to this project.

**Install Dependencies**

`npm ci`

**Run Linter**

`npm run lint`

**Run Unit-Tests**

`npm test`

**Create Distribution**

`npm run build`

0 comments on commit 8da56a6

Please sign in to comment.