Skip to content

Commit 7447c9c

Browse files
committed
(chore): add DEVELOPER.md
1 parent 185573c commit 7447c9c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

DEVELOPER.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Run playground
2+
3+
```bash
4+
yarn run dev
5+
```
6+
7+
# Run unit tests
8+
9+
```bash
10+
yarn dev:prepare
11+
yarn test
12+
```
13+

0 commit comments

Comments
 (0)