diff --git a/frontend/README.md b/frontend/README.md index f7b2c32e01..14c7799acd 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,8 @@ -# Docker +# Configuring Over Local +1. Docker +1. Without Docker + +## With Docker **Building image** @@ -14,12 +18,20 @@ or docker tag signoz/frontend:latest 7296823551/signoz:latest ``` -**Running locally** - ``` docker-compose up ``` +## Without Docker +Follow the steps below + +1. ```git clone https://github.com/SigNoz/signoz.git && cd signoz/frontend``` +1. change baseURL to `````` in file ```src/constants/env.ts``` + +1. ```yarn install``` +1. ```yarn dev``` + +```Note: Please ping us in #contributing channel in our slack community and we will DM you with ``` # Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).