π Installation
Follow these steps to get AHQ Docsify running on your local development environment.
π§ Step 1: Clone the Repository
git clone https://github.com/LevionyxStudio/AHQ-Docsify.git
π Step 2: Navigate to the Project Directory
cd AHQ-Docsify
π¦ Step 3: Install Dependencies
npm install
π§ͺ Step 4: Run the Development Server
npm run dev
π Step 5: Open in Your Browser
Open your browser and visit:
http://localhost:3000
β Thatβs it! AHQ Docsify is now running locally. You can start editing
.mdx
files inside thecontent/docs
folder and see live updates immediately.