Clone the repo:
$ git clone https://github.com/redawl/Workout-Tracker.gitCreate Env File:
$ vim .env### Postgres ###
POSTGRES_USER={DB_USER}
POSTGRES_PASS={DB_PASS}
POSTGRES_DB={DB}
### Auth Server ###
API_DOMAIN={AUTH_SERVER_IP}Build and start the application:
$ ./scripts/run-dev.shThat's it!