Installation
Installation
This guide will walk you through setting up the ITGoiT development environment.
Prerequisites
- Node.js (v18 or higher)
- npm, pnpm, or yarn
- Git & PostgreSQL
Cloning & Setup
# Clone the repository
git clone [your-repo-url]
# Install frontend dependencies
cd frontend && npm install
# Install backend dependencies
cd ../backend && npm install