update readme

This commit is contained in:
ramnique 2025-02-04 17:45:56 +05:30
parent 8db7fc263e
commit 463c36bc0c

View file

@ -2,16 +2,16 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
## Getting Started
Install dependencies:
```bash
npm install
```
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.