Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 982 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 982 Bytes

 Build Status

Live at https://bnan.github.io/dhroraryus/

dhroraryus

Picking a schedule in universities where you have to make your own is difficult and time-consuming. We make it easy for you by using artificial intelligence techniques that generate the best schedules that fit your needs and preferences.

Development

  1. Install Node.js and npm.

  2. Install dependencies.

$ npm install
  1. Build, live-reload and open the browser at http://localhost:3000.
$ npm run start

Testing

$ npm run test

Deployment

$ npm run deploy