# @inkeep/js

To run:

```bash
pnpm dev
```

This spins up a local server that serves the js scripts on localhost:3001.

To use the js scripts in your project, you can use the following import:

```html
<script type="module" defer src="http://localhost:3001/embed.js"></script>
```
