Build HyperDX in local #1307
Replies: 1 comment
|
The build/development instructions have moved into Prerequisites:
From the repository root: yarn install
yarn dev( The current dev task starts the Node API and Next.js frontend locally, with the OpenTelemetry collector and ClickHouse in Docker. It also starts the dev portal at: The portal shows the actual ports assigned to that worktree, so don't assume the frontend is on a fixed port. To stop it: yarn dev:downFor your Team Settings UI work, this is preferable to trying to manually build/start only the frontend because the page needs the backing services/API as well. The core services are hot-reloaded. One Windows-specific detail from the current contribution guide: for WSL2, clone/run the repository inside the Linux filesystem (for example The exact current instructions are in the repository's |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I would like to build HyperDX locally, We have implemented role based access for the Team Settings page. Need help in building it, I dont see the instructions in github README (https://github.com/hyperdxio/hyperdx)
Please help me to build it. Thanks in advance.
All reactions