Frontend Getting Started Prerequisites Node.js (v16 or higher) npm (Node Package Manager) Set environment variables cp example.env .env set your variables Installation & Running Install dependencies: npm install Run the development server: npm run dev