27 lines
333 B
Markdown
27 lines
333 B
Markdown
## Run / Test
|
|
|
|
Install dependencies:
|
|
|
|
```bash
|
|
cd bskyembed
|
|
pnpm
|
|
```
|
|
|
|
Run the dev server:
|
|
|
|
```bash
|
|
pnpm dev
|
|
```
|
|
|
|
You can see the embed homepage at http://localhost:5173
|
|
|
|
### Testbed
|
|
|
|
In another terminal window, run the snippet dev script:
|
|
|
|
```bash
|
|
pnpm dev-snippet
|
|
```
|
|
|
|
You can then see the testbed page at http://localhost:5173/test
|