Help. I'm currently working on an issue in signoz ...
# support
d
Help. I'm currently working on an issue in signoz & have found the error but because I'm new to docker after running the command 'docker-compose --env-file ./docker/clickhouse-setup/env/x86_64.env -f docker/clickhouse-setup/docker-compose.yaml up -d', when I make changes in my code it's not reflecting on screen is there something to do with the command or anything else?
g
You have to start the dev server by using
yarn dev,
checkout the contribution docs for steps.
p
@User this is only when we only want to run frontend
👍 1