Bluesky app fork with some witchin' additions 馃挮
1## Run / Test 2 3Install dependencies: 4 5```bash 6cd bskyembed 7yarn 8``` 9 10Run the dev server: 11 12```bash 13yarn dev 14``` 15 16You can see the embed homepage at http://localhost:5173 17 18### Testbed 19 20In another terminal window, run the snippet dev script: 21 22```bash 23yarn dev-snippet 24``` 25 26You can then see the testbed page at http://localhost:5173/test