Skip to content

Commit 45055f2

Browse files
authored
Merge pull request #76 from kiacolbert/readme
center and sized logo
2 parents 0dbe29d + 06a92d2 commit 45055f2

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
![alt text](./images/greygreen_gg_full_350w.png)
21

3-
# React Rewind : A Time Travel Debugger for React
2+
<div style="text-align:center"><img src ="./images/greygreen_gg_full_350w.png" width="200"/></div>
3+
4+
# Rewind : A Time Travel Debugger for React useReducer
45
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/reactrewind/react-rewind/pulls) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)<br/>
56
A time travel debugger for React's useReducer hook, designed to help engineers record and replay user sessions to fix bugs faster.
67
Debug issues easier by “rewinding” your session instead of having to reproduce the issue until you find the bug.
@@ -20,22 +21,18 @@ These instructions will get you a copy of the project up and running on your loc
2021
Your application must be using the hook useReducer for actions to be record.
2122

2223
### Installing
23-
React Rewind is available as a Chrome extension through the Google Chrome Web Store.
24-
On your application page open Chrome Developer tools and select React Rewind from the tool bar.
25-
Click `Record` and begin interacting with your application.
24+
React Rewind will soon be available as a Chrome extension through the Google Chrome Web Store.
2625

2726
If you prefer to install locally, setup instructions are as follows:
28-
```
29-
git clone https://github.com/reactrewind/react-rewind.git
30-
cd reactrewind
31-
npm install
32-
npm run rewind
33-
```
34-
35-
Then head to [chrome://extensions/](chrome://extensions/)<br/>
36-
Click `Load Unpacked` button and upload the chrome folder, located at react-rewind/src/browser/chrome.<br/>
37-
On your application page open Chrome Developer tools and select React Rewind from the tool bar. <br/>
38-
Click `Record` and begin interacting with your application.
27+
28+
1. `git clone https://github.com/reactrewind/react-rewind.git`
29+
2. `cd react-rewind`
30+
3. `npm install`
31+
4. `npm run build`
32+
5. `Then head to [chrome://extensions/](chrome://extensions/)`
33+
6. `Click Load Unpacked button and upload the chrome folder, located at react-rewind/src/browser/chrome.`
34+
7. `On your application page open Chrome Developer tools and select React Rewind from the tool bar.`
35+
8. `Click Record and begin interacting with your application.`
3936

4037

4138
As you interact with your application actions will populate in the events panel. These actions are clickable and will change the state of your page. The actions can be viewed in more detail in the right panel by inspecting the actions, effects, and state. The time slider panel allows you to rewind, fast forward,and play through all recorded actions.

0 commit comments

Comments
 (0)