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
53 changes: 52 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Great — here's the **updated `README.md`** file with your requested **"Getting Started"** section added cleanly while preserving the existing content:

---

```markdown
## OpenxAI Frontend

https://openxai.org
Expand All @@ -7,10 +12,56 @@ Website interface to participate in the OpenxAI Initiative 2025.
## Commands

```

bun i
bun run dev
bun run build
bun run start
```

````

It is recommended to use bun, but you can also replace it with npm in the commands above.

---

## 🚀 Getting Started

### Prerequisites

- [Node.js](https://nodejs.org/) (v16 or higher)
- [Bun](https://bun.sh/) (recommended runtime)

### Installation

1. Clone the repository:
```bash
git clone https://github.com/OpenxAI-Network/openxai-frontend.git
cd openxai-frontend
````

2. Install dependencies:

```bash
bun install
```

3. Run the development server:

```bash
bun run dev
```

4. Open your browser and go to:

```
http://localhost:3000
```

You're now ready to explore and contribute!

```

---

Let me know if you want to add a **"Contributing"** section as well to make the PR even stronger.
```