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
# Also, if gyp fails with not being able to find python:
66
+
# sudo ln -s /usr/bin/python2 /usr/bin/python
67
+
63
68
# Run phoenix-event-display and phoenix-app in development/watch mode
64
69
yarn start
70
+
# If this does not do anything, make sure you have not missed a warning.
71
+
# e.g. if you are using an older version of node (we are currently using v20), then it may not work
65
72
```
66
73
67
74
Now both the `phoenix-event-display` and `phoenix-app` will start in development/watch mode. Any changes made to the `phoenix-event-display` will rebuild and hot reload the `phoenix-app`. You can access the app by navigating to [`http://localhost:4200`](http://localhost:4200) on the browser.
0 commit comments