Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 332 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 332 Bytes

Contribution Guide

Development Guide

Before create a pull-request, you need to test using npm test.

git clone https://github.com/uetchy/niconico.git && cd niconico
npm install
npm run dev
NICONICO_EMAIL=<email> NICONICO_PASSWORD=<password> npm test

Release Guide (Maintainers only)

release-it