Skip to main content

Installation

Prerequisites

ToolMinimum versionCheck command
Node.js18.0node -v
npm latest LTSnpm -v
Gitany moderngit --version

Tip: Windows users—run commands in PowerShell or WSL for best results.

1. Clone the frontend and backend repositories.

git clone https://github.com/disc-sweb/frontend.git

git clone https://github.com/disc-sweb/backend.git

2. Install dependencies.

Using npm:

npm install

3. Verify the setup and run both frontend & backend repositories.

npm run start

Open http://localhost:3000.