Update README.md

This commit is contained in:
2025-04-08 20:35:16 +00:00
parent c1623969c7
commit 03b963cfc1

View File

@@ -2,7 +2,12 @@ This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-
## Getting Started
First, run the development server:
First, Install the dependances using
```bash
npm install --force
```
then, run the development server:
```bash
npm run dev