Skip to content
Maga edited this page Apr 25, 2024 · 1 revision

Welcome to the AI_season_PFO wiki!

Quick Start

  • Run docker compose up from repo root directory.

Separate start-up

Backend

cd backhack
uvicorn main:app --reload

Frontend

cd fronthack
pserve -s dist
Clone this wiki locally