From 719f8cbf55385a603f55887918a2c4590135f5de Mon Sep 17 00:00:00 2001 From: "S;Co" Date: Mon, 1 Jun 2026 12:15:23 +0100 Subject: [PATCH] docs: add frontend quick start --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a2871a0..835ab0d 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,23 @@ | **Price Info** | `whatโ€™s the price of PEPE on Polygon?` | | **Onyx Support** | `what is Onyx Chain?` (used PDF whitepaper for accurate answers) | + +## ๐Ÿš€ Frontend Quick Start + +This repository contains the frontend application. To run it locally: + +```bash +npm install +npm run dev +``` + +Then open `http://localhost:3000` in your browser. For a production check, use: + +```bash +npm run build +npm run start +``` + --- ## ๐Ÿ“ Note