Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 478 Bytes

File metadata and controls

35 lines (24 loc) · 478 Bytes

FINKI Hub / Timetables Listing

A timetable browser for current and historical FCSE class schedules.

Structure

  • api/ - Cloudflare Worker API for fetching and parsing EduPage timetables
  • web/ - Vite frontend timetable browser

API Development

cd api
npm install
npm run dev

Web Development

cd web
npm install
npm run dev

Build

cd web
npm run build

License

This project is licensed under the terms of the MIT license.