Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 357 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 357 Bytes

Contribution Guide

See below for various commands related to development.

Install deps

$ npm i

Run document server

$ npm start

Run doc server for internal modules

$ npm run start:internal

Format files

$ npm run format

Fix warnings

$ npm run review

Test

$ npm test