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