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