This app was build with Next JS. So, there's a couple of ways you can get it to run:
- Put it on a server and run the following command with node:
npm run build
- 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.