Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 676 Bytes

File metadata and controls

30 lines (22 loc) · 676 Bytes

Running

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 admin

The 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

Developing the Javascript

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

Releasing new javascript

The admin tool is automatically built as part of our normal CI flow.