Skip to content

Commit 46b3475

Browse files
committed
docs(common): add pnpm build to getting started
Add pnpm build to getting started steps in readme
1 parent e5f1313 commit 46b3475

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,19 @@ For more details, see the [Midnight Adapter README](./packages/adapter-midnight/
294294
pnpm install
295295
```
296296

297-
3. Start the development server:
297+
3. Build all packages:
298+
299+
```bash
300+
pnpm build
301+
```
302+
303+
4. Start the development server:
298304

299305
```bash
300306
pnpm dev
301307
```
302308

303-
4. Open your browser and navigate to `http://localhost:5173`
309+
5. Open your browser and navigate to `http://localhost:5173`
304310

305311
### Running with Docker (Recommended)
306312

0 commit comments

Comments
 (0)