Can't locally deploy
Hi, I'm a researcher working on testing dapps. I would like to deploy kyber-tracker locally on my own machine. It seems the instructions in README.md is out-of-date. I tried to follow them and I have installed the dependencies (including mariadb and redis). Initialising database and start app using npm run init-db, npm run seeds and npm start shows no error but when I open localhost:8000 in the browser. I got a lot of errors and the page seems not working, as shown in the below screenshot.

Could you provide some more instructions on deploying kyber-tracker locally? Thanks!
@edwardEvans094 It seems the migrated database is not correct, I checked many columns, which are queried, actually do not exist in kyber_tracker database.
Should database migration script be updated?