Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 488 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 488 Bytes

s1e1

Screenshot 2024-12-12 at 8 28 32 PM

Quick Start

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