An application that renders all possible times and redirects you to the correct time when it's time to do so
Just install all dependacies by running
$ yarn install
To run the application locally, just run the following command
$ yarn start
This will host the current app on http://localhost:2001
To develop the application locally, just run the following command
$ yarn dev
This will compile typescript and host the built app on http://localhost:2001