Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 311 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 311 Bytes

To boot:

  1. npm install
  2. docker-compose up
  3. npm start

Most of the code is not intended to be production-worthy.

It serves primarily as a starting point for discussions.

I chose to write this exercise in TypeScript because I am currently working with TypeScript and prioritized speed over familiarity.