Installation
Prerequisites
| Tool | Minimum version | Check command |
|---|---|---|
| Node.js | 18.0 | node -v |
| npm | latest LTS | npm -v |
| Git | any modern | git --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.