Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 287 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 287 Bytes

Prerequisites

  • Node 12.13.0
  • yarn

Setup

  • clone repo
  • navigate to root of repo
  • run yarn setup
  • done!

Develop

  • walk through setup in readme.md
  • run yarn dev
  • open browser to http://localhost:5000
  • done!