Skip to content

Commit

Permalink
readme.md is updated (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
palashgupta98 committed Jul 5, 2021
1 parent 7917b5f commit 7de1737
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Docker
# Configuring Over Local
1. Docker
1. Without Docker

## With Docker

**Building image**

Expand All @@ -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).
Expand Down

0 comments on commit 7de1737

Please sign in to comment.