Quick Start =========== Prerequisites ------------- - Node.js 18+ (LTS recommended) - Yarn 1.22+ or npm 8+ - Git Installation ------------ 1. **Clone the repository** .. code-block:: bash git clone https://github.com/your-username/website.git cd website 2. **Install dependencies** .. code-block:: bash # Using yarn (recommended) yarn install 3. **Set up environment variables** .. code-block:: bash vim .env or cp .env.example .env # Edit .env with your configuration 4. **Start the development server** .. code-block:: bash yarn dev Your app will be available at http://localhost:3000