Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 799 Bytes

DEVELOPMENT.md

File metadata and controls

30 lines (22 loc) · 799 Bytes

Prerequisites

This project requires Deno

Getting Started

Run in root of repo:

# installs, sets up, and builds all the packages for development
npm run setup

Packages

Commands

# build (run in root dir or per package)
npm run build
# run tests (run in root dir or per package)
npm run test
# format (this is kind of experimental as it's using a formatter I wrote... let me know if it does anything strange)
npm run format