MyTimetable is a simple drag-and-drop timetable planner for University of Adelaide students. Easily organise your course classes and create the perfect timetable with this tool by the CS Club Open Source Team.
- Install the dependencies
pnpm i
-
Copy
.env.example
to a new file.env
-
Run the development server
pnpm run dev
-
Open http://localhost:5173 with your browser to see the result.
-
(Optional) Run the tests
pnpm run test