You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-25Lines changed: 4 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,16 @@
1
1
# RedisBrowser for Upstash Redis
2
2
3
-
`@upstash/react-redis-browser` is a React component that provides a UI for browsing and editing data in your Upstash Redis instances. It’s easy to set up and integrate into your React applications. This guide will help you get started with the installation and basic usage.
3
+
`@upstash/react-redis-browser` is a React component that provides a UI for browsing and editing data in your Upstash Redis instances.
4
4
5
-
## Table of Contents
6
-
7
-
-[Install](#1-install)
8
-
-[Configuration](#2-configuration)
9
-
-[Usage](#3-usage)
10
-
11
-
## 1. Install
5
+
### Install
12
6
13
7
Install the databrowser component via npm:
14
8
15
-
```sh-session
9
+
```bash
16
10
$ npm install @upstash/react-redis-browser
17
11
```
18
12
19
-
## 2. Configuration
20
-
21
-
### Environment Variables
22
-
23
-
Configure your Upstash Redis REST URL and token as environment variables:
0 commit comments