Skip to content

lopezhansel/mistral-ai-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Le Kahn Académie

Generate visualizations for any topic you would like to understand.

Setup frontend

  • Make sure you in in the cd frontend/
  • Install dependencies npm ci

Run frontend

  • Install dependencies npm run dev

Setup backend

  • Make sure you in in the cd backend/
  • Install dependencies npm ci
  • Install python dependencies pip3 install -r requirements.txt

Run backend

  • Install dependencies npm start