Skip to content

Commit

Permalink
docs: Improve README.md package installing and running dev server ins…
Browse files Browse the repository at this point in the history
…tructions
  • Loading branch information
MFarabi619 authored Jun 25, 2024
1 parent 4e710f9 commit 2334798
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,23 @@ Install packages:
```bash

npm i
# or
pnpm i
# or
yarn i

```

First, run the development server:
Then, run the development server:

```bash
npm run dev
npm run dev:next
# or
yarn dev
yarn dev:next
# or
pnpm dev
pnpm dev:next
# or
bun dev
bun dev:next
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Expand Down

0 comments on commit 2334798

Please sign in to comment.