Update README.md
This commit is contained in:
+3
-3
@@ -4,13 +4,13 @@ Install dependencies:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd bskyembed
|
cd bskyembed
|
||||||
yarn
|
pnpm
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the dev server:
|
Run the dev server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn dev
|
pnpm dev
|
||||||
```
|
```
|
||||||
|
|
||||||
You can see the embed homepage at http://localhost:5173
|
You can see the embed homepage at http://localhost:5173
|
||||||
@@ -20,7 +20,7 @@ You can see the embed homepage at http://localhost:5173
|
|||||||
In another terminal window, run the snippet dev script:
|
In another terminal window, run the snippet dev script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn dev-snippet
|
pnpm dev-snippet
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then see the testbed page at http://localhost:5173/test
|
You can then see the testbed page at http://localhost:5173/test
|
||||||
|
|||||||
Reference in New Issue
Block a user