FacePoke / client /README.md
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
d69879c
# FacePoke.js
To install dependencies:
```bash
bun i
```
To build:
```bash
bun build ./src/index.tsx --outdir ../public
```