From 7a512e64baa0bd30573254f73d43952be947fbce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jc=20Mi=C3=B1arro?= Date: Sat, 24 Dec 2022 16:36:23 +0100 Subject: [PATCH] Update Run Steps (#8) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c87e042..918afd0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next First, run the development server: ```bash +# Install dependencies +npm install +# Run it npm run dev + # or yarn dev ```