From 7de1737f5fe01411fea9b7e3cdaeea0073bc47c3 Mon Sep 17 00:00:00 2001 From: Palash gupta Date: Mon, 5 Jul 2021 23:27:11 +0530 Subject: [PATCH] readme.md is updated (#209) --- frontend/README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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).