Skip to content

Commit 67617fe

Browse files
committed
Update README.md
1 parent f385470 commit 67617fe

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

bskyembed/README.md

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,26 @@
11
## Run / Test
22

3-
### Prep
3+
Install dependencies:
44

5-
#### In `/bskyembed`
5+
```bash
6+
cd bskyembed
7+
yarn
8+
```
69

7-
# install deps
8-
yarn
10+
Run the dev server:
911

10-
#### In `/` (root)
12+
```bash
13+
yarn dev
14+
```
1115

12-
Make sure to follow main setup instructions first.
16+
You can see the embed homepage at http://localhost:5173
1317

14-
# generate embed static files
15-
yarn build-embed
18+
### Testbed
1619

17-
### Running
20+
In another terminal window, run the snippet dev script:
1821

19-
#### In `/bskyweb`
22+
```bash
23+
yarn dev-snippet
24+
```
2025

21-
# run embedr service
22-
make run-dev-embedr
23-
24-
#### In `/bskyembed`
25-
26-
# run dev server
27-
yarn dev
28-
29-
Web server will be available at http://localhost:5173.
30-
31-
Navigate to http://localhost:5173/test for a comprehensive live list of embed test cases.
26+
Then, open `file:/<your files>/social-app/bskyembed/test.html` in your browser.

0 commit comments

Comments
 (0)