To build this project, you must have the following dependencies installed:
- node 10.16.3
- yarn
yarnyarn start(If you do not have postgres installed) Install postgres using homebrew
brew install postgresRun postgres
pg_ctl -D /usr/local/var/postgres startCreate dashboard db
createdb dashboardOnce you have postgres installed, start this command
UPDATE_DATA=true DEV=true node app.jsIt will create a proxy to browser-sync server started by gulp at
http://localhost:5000