Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 315 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 315 Bytes

This app was build with Next JS. So, there's a couple of ways you can get it to run:

  1. Put it on a server and run the following command with node: npm run build
  2. Or you can clone this repo and run the following command on you machine: npm run dev. Then go to http://localhost:3000/ to see the contents.