Skip to content

Commit 8c38253

Browse files
committed
ordered list.
1 parent aa914df commit 8c38253

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,18 @@ These instructions will get you a copy of the project up and running on your loc
2121
Your application must be using the hook useReducer for actions to be record.
2222

2323
### Installing
24-
React Rewind is available as a Chrome extension through the Google Chrome Web Store.
25-
On your application page open Chrome Developer tools and select React Rewind from the tool bar.
26-
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.
2725

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

4137

4238
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)