git clone git@github.com:HSFD-WS-24-25/appointment-organizer-frontend.git
git clone https://github.com/HSFD-WS-24-25/appointment-organizer-frontend.git
Change the current working directory to the project's directory (appointment-organizer-frontend)
cd appointment-organizer-frontend
Install the required dependencies
npm install
Run the project
npm run dev
This will start the project on localhost. You can click on the URL available in the terminal to access the project in the browser.