Visit http://runners.datascience.art/ to vote on your favorite Mega City Chain Runners!
- Download Postgres (I grabbed version 14.1)
- Install it.
- Create a new database named
chainrunners
- Use the
Restore
function to importdatabase/chainrunners.postgres
- That should do it!
cd
into/app
and runyarn install
cd
into/middleware
and runyarn install
It helps to have two terminals windows open for this
- In terminal A,
cd
into/app
and runyarn build
- In terminal B,
cd
into/middleware
and runyarn server
- In terminal A, run
yarn start
- Your browser will open to
localhost:3000
and you should see the UI!
:)