Skip to content

Commit 1f61027

Browse files
committed
📝 package: add readme
1 parent 2387ee5 commit 1f61027

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# @exactly/lib
2+
3+
## development
4+
5+
### requirements
6+
7+
- [node.js](https://github.com/asdf-vm/asdf-nodejs)
8+
- [pnpm](https://pnpm.io/installation)
9+
- [foundry](https://book.getfoundry.sh/getting-started/installation)
10+
11+
### install
12+
13+
```bash
14+
pnpm install
15+
```
16+
17+
### test
18+
19+
```bash
20+
pnpm test
21+
```

0 commit comments

Comments
 (0)