# sprintstart-frontend ## Setup Guide ### Prerequisites - [Node.js](https://nodejs.org/) (v18 or higher recommended) - npm, yarn, or pnpm ### Installation 1. Clone the repository and navigate into the project folder: ```bash cd sprintstart-frontend ``` 2. Install the project dependencies: ```bash npm install ``` ### Development To start the local development server, run: ```bash npm run dev ``` The application will be accessible in your browser at: **http://localhost:5173/** ### One Command Start To start the local deployment via docker compose in command, run: ```bash docker compose up --build ``` The application will be accessible in your browser at: **http://localhost:3000/**