File tree Expand file tree Collapse file tree 1 file changed +16
-21
lines changed Expand file tree Collapse file tree 1 file changed +16
-21
lines changed Original file line number Diff line number Diff line change 1
1
## Run / Test
2
2
3
- ### Prep
3
+ Install dependencies:
4
4
5
- #### In ` /bskyembed `
5
+ ``` bash
6
+ cd bskyembed
7
+ yarn
8
+ ```
6
9
7
- # install deps
8
- yarn
10
+ Run the dev server:
9
11
10
- #### In ` / ` (root)
12
+ ``` bash
13
+ yarn dev
14
+ ```
11
15
12
- Make sure to follow main setup instructions first.
16
+ You can see the embed homepage at http://localhost:5173
13
17
14
- # generate embed static files
15
- yarn build-embed
18
+ ### Testbed
16
19
17
- ### Running
20
+ In another terminal window, run the snippet dev script:
18
21
19
- #### In ` /bskyweb `
22
+ ``` bash
23
+ yarn dev-snippet
24
+ ```
20
25
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.
You can’t perform that action at this time.
0 commit comments