git clone https://github.com/stackoftheweek/s1e1-backend
cd s1e1-backend
# Start Ollama with llama3.2
docker compose up -d
./mvnw spring-boot:runStart the backend
git clone https://github.com/stackoftheweek/s1e1-frontend
cd s1e1-frontend
npm install
npm run devStart the frontend