You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Max Siegieda edited this page Oct 24, 2018
·
2 revisions
Dashboard is an Ember app with a lot of dependencies run through NPM and Bower. As such we felt it best to containerise Dashboard to reduce its impact on each engineer's host machine.
To run a live ember server in a container which will rebuild dashboard as you make changes, you will need to be in the dashboard directory in the UX repo. Run docker-compose run --service-ports server. Once that command has successfully run you should have the dashboard available on localhost:4200.