Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 410 Bytes

File metadata and controls

27 lines (19 loc) · 410 Bytes

Chugging Through Time

Explore historical train routes.

Contributing

Install

Backend

cd backend
pip3 install uv && uv sync
uv run pre-comit install
uv run python chuggingthroughtime/manage.py migrate
uv run python chuggingthroughtime/manage.py createsuperuser
uv run python chuggingthroughtime/manage.py runserver

Frontend

cd frontend
npm install
npm run dev