From 7597984c04e27a2f1b4a1fb9bc62da103fd664bb Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sun, 18 May 2025 21:01:54 +0200 Subject: [PATCH] chore(docs) update start steps --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3368924..f3cbe44 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -npm init -y && npm install express cheerio axios cors -node server.js -Ouvre frontend.html dans ton navigateur. -Tape une recherche, genre “minecraft”. -Laisse tourner. -Si t’as une erreur, lis le message. Pleure, ou corrige. +## Steps +1. `npm init -y && npm install express cheerio axios cors` +2. `npm start` +3. Open frontend.html, enter a search term, like "minecraft" +4. Wait :-)