Skip to main content

Installation

Make sure you follow the installation instructions correctly and thoroughly.

Requirements

Getting Started

Step 1: Rename .env.example file to .env and complete the required environment variables.

Step 2: Install dependencies.

npm install

Step 3: Run the app in development mode.

npm run dev