readme.md is updated (#209)

This commit is contained in:
Palash gupta 2021-07-05 23:27:11 +05:30 committed by GitHub
parent 7917b5f3b4
commit 7de1737f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ```<test environment URL>``` 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 <test environment URL>```
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).