diff --git a/website/README.md b/website/README.md index c4033664f..86e2f15d4 100644 --- a/website/README.md +++ b/website/README.md @@ -2,7 +2,19 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next ## Getting Started -First, run the development server: +First, install the necessary dependencies: + +```bash +npm run install +# or +yarn install +# or +pnpm install +# or +bun install +``` + +Then, run the development server: ```bash npm run dev