File size: 128 Bytes
d69879c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# FacePoke.js
To install dependencies:
```bash
bun i
```
To build:
```bash
bun build ./src/index.tsx --outdir ../public
```
|
d69879c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# FacePoke.js
To install dependencies:
```bash
bun i
```
To build:
```bash
bun build ./src/index.tsx --outdir ../public
```
|