Thank you for your interest in contributing to our project! This guide will help you get started and outline the process for contributing code and other materials.
This project uses Feature Branch Version Control Workflow.
We use Docker to ensure a consistent development environment. Follow these steps to set up your local environment:
-
Clone the repository:
git clone https://github.com/agiledev-students-fall2024 4-final-project-avocado-the-study-space-tracker.git cd 4-final-project-avocado-the-study-space-tracker -
Make the development script executable:
chmod +x dev.sh
-
Start the development environment:
./dev.sh
-
Go to http://localhost:5173