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