🚀 Quick Start

# First, install the dependencies
npm install

# Then, copy & configure the environment file
cp .env.local.example .env.local

# Finally, run the development server
npm run dev