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
.env
file. You can use.env.dummy
as an example. -
Run a script which installs postgresql to your local machine and creates a user/database:
./pgsetup.sh