Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 419 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 419 Bytes

Contributor's guide

Developing

Getting started

  • npm i
  • npm run test:output or npm run test:output-watch to run scss on the test.scss file under ./tests
    • both commands will compile the test.scss file and output the result to a new create dist folder inside ./tests

Running tests

  • npm run test or npm i run test:watch will run the jest tests with true