Installation
Prerequisites
Before you begin, make sure you have the following installed:
- Node.js (LTS version recommended, 16.x or newer)
- npm (comes with Node.js) or yarn
- A code editor (We recommend Visual Studio Code)
- Git (for version control)
Step 1: Clone the Repository
Step 2: Navigate to the Frontend Directory
Step 3: Install Dependencies
Using npm:
Step 4: Configure Environment Variables
- Create a
.env.local
file in the frontend directory - Add the necessary environment variables:
Step 5: Start the Development Server
The application should now be running at http://localhost:3000.