Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 267 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 267 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd empress-blueprint-helpers
  • npm install

Linting

  • npm run lint

Running tests

  • npm test – Runs the test suite
  • npm run test-watch – Runs the test suite in "watch mode"