You don't to install docker and all the other comp...
# contributing
a
You don't to install docker and all the other components of SigNoz to develop frontend. Follow the below steps for a much simpler process. We have hosted SigNoz on an ec2 instance and exposed the URL of the query-service which is the only thing that frontend needs to work. Steps for Frontend Contribution 1.
git clone <https://github.com/SigNoz/signoz.git> && cd signoz/frontend
2. change baseURL to
<http://ec2-18-191-251-86.us-east-2.compute.amazonaws.com:8080>
in file
src/constants/env.ts
3. yarn install 4. yarn dev UI should show up at http://localhost:3000
🙌 2
s
Oh we have it, sorry my bad, didn't notice it 😅