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 e267d97
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 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,25 +13,29 @@ 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.

## Deploy on Vercel

This project is made using Next.js, and can easily be deployed on the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.j.
This project is made using [Next.js](https://nextjs.org/), and can easily be deployed on the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

0 comments on commit e267d97

Please sign in to comment.