Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 548 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 548 Bytes

MyTimetable

banner image

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.

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