Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 397 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 397 Bytes

Contributing

Setup

git clone https://github.com/marcalexiei/ractive-html-loader.git
cd ractive-html-loader
npm install

To run the entire test suite use:

npm test

To work and check you changes:

npm run test:watch

Documentation

cd docs
npm i
npm run docs:dev

 Release

Github handles release using Google™ release please action