Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 668 Bytes

File metadata and controls

38 lines (25 loc) · 668 Bytes

Installation Guide

Prerequisites

  • Node.js >= 18
  • npm

1. Clone the Repository

git clone https://github.com/HSU-Blocker/Blocker_Device_Frontend.git
cd Blocker_Device_Frontend

2. Configure .env

Create a .env file in the root directory of the project with the following content:

VITE_API_URL=http://localhost:5050

3. Install Dependencies

npm install

4. Start the Development Server

npm run dev

If you encounter any issues, please report them via Issues.