https://signoz.io logo
#contributing
Title
# contributing
a

Ankit Nayan

05/23/2021, 5:29 AM
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

Sai Deepesh

06/04/2021, 1:54 PM
Oh we have it, sorry my bad, didn't notice it 😅
2 Views