Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 352 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 352 Bytes

Automated Timetable Generator

Automates the boring manual process of preparing time table in universities and colleges with large number of students.

Install

Clone this repo

Install dependencies

npm install

Run the app

npm run start

Packaging for Production

npm run package
npm run dist