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 committed Jun 25, 2024
1 parent 4e710f9 commit 3f6d29f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

Clone the repository:
Expand All @@ -15,19 +13,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 3f6d29f

Please sign in to comment.