Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Local Setup

vasanth edited this page Jul 16, 2025 · 2 revisions

💻 Running Ahey Locally

This guide helps you build and run Ahey on your local machine for development or self-hosting.


🔧 Prerequisites

Make sure you have the following installed on your system:

  • Node.js version 8.x or above
  • npm (Node Package Manager)

🚀 How to Build and Run Ahey Locally

  1. Fork the Ahey repository on GitHub: https://github.com/vasanthv/ahey/fork

  2. Clone your fork to your local machine:

    git clone https://github.com/<your_github_username>/ahey.git
  3. Navigate into the project directory:

    cd ahey
  4. Install dependencies:

    npm install
  5. Start the server:

    npm start

The Ahey server will start on port 824 by default.

Open your browser and visit http://localhost:824/ to see your local Ahey instance in action.

Clone this wiki locally