Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down