This repository was archived by the owner on Nov 20, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 669
Local Setup
vasanth edited this page Jul 16, 2025
·
2 revisions
This guide helps you build and run Ahey on your local machine for development or self-hosting.
Make sure you have the following installed on your system:
- Node.js version 8.x or above
- npm (Node Package Manager)
-
Fork the Ahey repository on GitHub: https://github.com/vasanthv/ahey/fork
-
Clone your fork to your local machine:
git clone https://github.com/<your_github_username>/ahey.git
-
Navigate into the project directory:
cd ahey -
Install dependencies:
npm install
-
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.