Getting Started Guide
Welcome to the Acharya ERP Documentation! This guide will help you set up and run this documentation site locally.
🎯 What is this?
This is a documentation site built with a Next.js-based documentation framework. It provides a modern, fast, and SEO-friendly way to create technical documentation.
Features
- 📝 Markdown Support: Write documentation in MDX format
- 🔍 Full-Text Search: Built-in search functionality with Pagefind
- 📱 Responsive Design: Works on desktop, tablet, and mobile
- ⚡ Fast Performance: Built with Next.js and optimized for speed
- 🎨 Customizable: Easy to customize themes and components
🚀 Quick Start
Prerequisites
Before you begin, ensure you have:
- Node.js 18+ - Required for running Next.js
- pnpm - Package manager
- Git - For version control
Installation
-
Clone the repository (if you haven’t already):
git clone <repository-url> cd acharya_docs -
Install dependencies:
npm install -
Start the development server:
npm run dev -
Open your browser and navigate to
http://localhost:3000
Ready to start writing? Check out the modules documentation or create your first page!
Last updated on