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
Restorefunction to importdatabase/chainrunners.postgres - That should do it!
cdinto/appand runyarn installcdinto/middlewareand runyarn install
It helps to have two terminals windows open for this
- In terminal A,
cdinto/appand runyarn build - In terminal B,
cdinto/middlewareand runyarn server - In terminal A, run
yarn start - Your browser will open to
localhost:3000and you should see the UI!
:)