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