Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 156 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 156 Bytes

Contributing

Install the project

git clone
nvm use
npm install
npm run typings
npm start

Before creating a merge request

npm test