This is Frontend Branch
- Node.js (v18 or higher recommended)
- npm, yarn, or pnpm
- Clone the repository and navigate into the project folder:
cd sprintstart-frontend - Install the project dependencies:
npm install
To start the local development server, run:
npm run devThe application will be accessible in your browser at: http://localhost:5173/
To start the local deployment via docker compose in command, run:
docker compose up --buildThe application will be accessible in your browser at: http://localhost:3000/