Julian Bilcke
initial commit
d69879c
|
raw
history blame
128 Bytes
# FacePoke.js
To install dependencies:
```bash
bun i
```
To build:
```bash
bun build ./src/index.tsx --outdir ../public
```