Sonia Manoubi
01/25/2022, 9:47 AMPranay
Palash Gupta
01/25/2022, 10:35 AMSonia Manoubi
01/25/2022, 10:38 AMContribute to Frontend without installing SigNoz backend
If you don't want to install SigNoz backend just for doing frontend development, we can provide you with test environments which you can use as the backend. Please ping us in #contributing channel in our slack community and we will DM you with <test environment URL>
git clone <https://github.com/SigNoz/signoz.git> && cd signoz/frontend
Create a file .env with FRONTEND_API_ENDPOINT=<test environment URL>
yarn install
yarn dev
Frontend should now be accessible at <http://localhost:3000/application>
But i encounter an error on the frontend :Pranay