You must have node and yarn installed. To do so:
volta install node
volta install yarn
make build-admin
To run the app locally:
# assuming you're in the venv
snuba adminThe server should be running on http://127.0.0.1:1219
note: please ensure that sentry devservices are up via devservices up --exclude=snuba from within the sentry repository
To start the yarn debug server and live reload your javascript changes.
make watch-admin
If you change environment variables you'll have to restart the server
The admin tool is automatically built as part of our normal CI flow.