UNPKG

313 BMarkdownView Raw
1# DBB Client JavaScript Library
2
3# What is this?
4
5DBB 서비스를 사용하기 위한 자바스크립트 라이브러리
6
7# How do I use it?
8
9## Building the repo
10
11```sh
12npm run build
13```
14
15## Type-checking the repo
16
17```sh
18npm run type-check
19```
20
21And to run in `--watch` mode:
22
23```sh
24npm run type-check:watch
25```