Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 409 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 409 Bytes

Contribution Guide

This library is made up of internal and public modules. The dev directory is for testing the internal modules.

See below for various commands related to development.

Install deps

$ npm i

Format files

$ npm run format

Run doc server

$ npm run start:prod

Build sample app

$ npm run build:sample

Test

$ npm test