Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 446 Bytes

File metadata and controls

31 lines (21 loc) · 446 Bytes

School Schedules Generator

Platform for generate school schedules for different classes.

demo

Using the app

  1. Clone the project
git clone https://github.com/O2sa/school-schedule-generator.git
  1. Enter the project directory
cd school-schedule-generator
  1. Download the dependencies
npm i
  1. Run the app
npm run dev