This is the source for qr-taxi.herokuapp.com.
Bug reports can be viewed/added on the github issues page.
To run the site on you local machine do the following steps:
-
Install required packages with npm:
npm intstall -
Create the
.envfile. You can use.env.dummyas an example. -
Run a script which installs postgresql to your local machine and creates a user/database:
./pgsetup.sh