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