compsci-adl / mytimetable

A drag-and-drop timetable planner for University of Adelaide students.
https://mytimetable.csclub.org.au
MIT License
9 stars 2 forks source link
courses drag-and-drop timetable university

MyTimetable

banner image

A drag-and-drop timetable planner for University of Adelaide students.

Development

  1. Install the dependencies
pnpm i
  1. Copy .env.example to a new file .env

  2. Run the development server

pnpm run dev
  1. Open http://localhost:5173 with your browser to see the result.

  2. (Optional) Run the tests

pnpm run test