Skip to content

Commit 39a03b7

Browse files
authored
Merge pull request #283 from open-source-labs/Joseph-UpdateReadMe
Updating ReadMe for launch
2 parents cd93166 + ea8430d commit 39a03b7

File tree

7 files changed

+92
-27
lines changed

7 files changed

+92
-27
lines changed

DeveloperREADME.md

+31-17
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,45 @@ Development Enviroment Setup
77
Getting Started
88
<h2>
99

10-
<h4>
11-
1. Download React Dev Tools from the Chrome Web Store. <a href=https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en>
10+
<h4>1. Download React Dev Tools from the Chrome Webstore <a href=https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en>
1211
Click Here To Download
13-
</a>
12+
</a></h4>
1413

15-
<br>
16-
2. Run the following command in your terminal.
17-
<h4>
14+
<h4>2. Clone down the Reactime repo onto your machine.</h4>
1815

1916
`````
17+
git clone https://github.com/open-source-labs/reactime.git
18+
`````
19+
20+
<h4> 3. Install dependencies and build.</h4>
21+
22+
`````
23+
cd reactime
2024
npm install --force
25+
npm run build
26+
`````
27+
<h4> 4. Spin up the demo application. </h4>
28+
29+
`````
30+
cd demo-app
31+
npm install
32+
npm start
2133
`````
22-
<h4>
23-
3. If everything was installed without any errors, great! Move on to testing section to make sure everything is running.
24-
<h4>
2534
<br>
2635

27-
<h2>
28-
Testing
29-
<h2>
3036
<h4>
31-
1. Access your Chrome extensions by clicking the puzzle piece icon in your browser. Click on manage extensions on the bottom. From there change into Developer Mode on the top right.
32-
37+
5. Add Reactime to your Chrome extensions.
38+
<br>
39+
- Navigate to chrome://extensions
40+
<br>
41+
- Select “Load Unpacked”
42+
<br>
43+
- Choose reactime > src > extension > build
44+
<br>
45+
Navigate to http://localhost:8080/ to inspect the demo application using Reactime!
46+
<br>
3347
<br>
34-
2. Click on "Load unpacked" on the left side of the screen. From there locate the Reactime file, and load src/extension/build. If loaded correctly you should now see Reactime as an extension.
3548
<h4>
36-
37-
<div>
49+
<p align="center">
50+
<img src="./assets/reactime-dev-setup.gif" />
51+
</p>

README.fr.md

+23
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,24 @@ Après avoir cloné ce référentiel, les développeurs peuvent simplement exéc
131131

132132
## <b>Auteurs</b>
133133

134+
- **David Kim** - [@codejunkie7](https://github.com/codejunkie7)
135+
- **Robby Tipton** - [@RobbyTipton](https://github.com/RobbyTipton)
136+
- **Kevin HoEun Lee** - [@khobread](https://github.com/khobread)
137+
- **Christopher LeBrett** - [@fscgolden](https://github.com/fscgolden)
138+
- **Joseph Park** - [@joeepark](https://github.com/joeepark)
134139
- **Kris Sorensen** - [@kris-sorensen](https://github.com/kris-sorensen)
135140
- **Daljit Gill** - [@dgill05](https://github.com/dgill05)
136141
- **Ben Michareune** - [@bmichare](https://github.com/bmichare)
137142
- **Dane Corpion** - [@danecorpion](https://github.com/danecorpion)
143+
- **Harry Fox** - [@StackOverFlowWhereArtThou](https://github.com/StackOverFlowWhereArtThou)
144+
- **Nathan Richardson** - [@BagelEnthusiast](https://github.com/BagelEnthusiast)
145+
- **David Bernstein** - [@dangitbobbeh](https://github.com/dangitbobbeh)
146+
- **Joseph Stern** - [@josephiswhere](https://github.com/josephiswhere)
147+
- **Dennis Lopez** - [@DennisLpz](https://github.com/DennisLpz)
148+
- **Cole Styron** - [@colestyron](https://github.com/C-STYR)
149+
- **Ali Rahman** - [@CourageWolf](https://github.com/CourageWolf)
150+
- **Caner Demir** - [@demircaner](https://github.com/demircaner)
151+
- **Kevin Ngo** - [@kev-ngo](https://github.com/kev-ngo)
138152
- **Becca Viner** - [@rtviner](https://github.com/rtviner)
139153
- **Caitlin Chan** - [@caitlinchan23](https://github.com/caitlinchan23)
140154
- **Kim Mai Nguyen** - [@Nkmai](https://github.com/Nkmai)
@@ -169,6 +183,15 @@ Après avoir cloné ce référentiel, les développeurs peuvent simplement exéc
169183
- **Ergi Shehu** - [@Ergi516](https://github.com/ergi516)
170184
- **Raymond Kwan** - [@rkwn](https://github.com/rkwn)
171185
- **Joshua Howard** - [@Joshua-Howard](https://github.com/joshua-howard)
186+
- **Lina Shin** - [@rxlina](https://github.com/rxlina)
187+
- **Andy Tsou** - [@andytsou19](https://github.com/andytsou19)
188+
- **Feiyi Wu** - [@FreyaWu](https://github.com/FreyaWu)
189+
- **Viet Nguyen** - [@vnguyen95](https://github.com/vnguyen95)
190+
- **Alex Gomez** - [@alexgomez9](https://github.com/alexgomez9)
191+
- **Edar Liu** - [@liuedar](https://github.com/liuedar)
192+
- **Kristina Wallen** - [@kristinawallen](https://github.com/kristinawallen)
193+
- **Quan Le** - [@blachfog](https://github.com/Blachfog)
194+
- **Robert Maeda** - [@robmaeda](https://github.com/robmaeda)
172195

173196
## <b>License </b>
174197

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ After cloning this repository, developers can simply run `npm run docs` at the r
175175

176176
## <b>Authors</b>
177177

178+
- **David Kim** - [@codejunkie7](https://github.com/codejunkie7)
179+
- **Robby Tipton** - [@RobbyTipton](https://github.com/RobbyTipton)
180+
- **Kevin HoEun Lee** - [@khobread](https://github.com/khobread)
181+
- **Christopher LeBrett** - [@fscgolden](https://github.com/fscgolden)
182+
- **Joseph Park** - [@joeepark](https://github.com/joeepark)
178183
- **Kris Sorensen** - [@kris-sorensen](https://github.com/kris-sorensen)
179184
- **Daljit Gill** - [@dgill05](https://github.com/dgill05)
180185
- **Ben Michareune** - [@bmichare](https://github.com/bmichare)
@@ -231,11 +236,6 @@ After cloning this repository, developers can simply run `npm run docs` at the r
231236
- **Kristina Wallen** - [@kristinawallen](https://github.com/kristinawallen)
232237
- **Quan Le** - [@blachfog](https://github.com/Blachfog)
233238
- **Robert Maeda** - [@robmaeda](https://github.com/robmaeda)
234-
- **David Kim** - [@codejunkie7](https://github.com/codejunkie7)
235-
- **Robby Tipton** - [@RobbyTipton](https://github.com/RobbyTipton)
236-
- **Kevin HoEun. Lee** - [@khobread](https://github.com/khobread)
237-
- **Christopher LeBrett** - [@fscgolden](https://github.com/fscgolden)
238-
- **Joseph Park** - [@joeepark](https://github.com/joeepark)
239239

240240
## <b>License </b>
241241

README.rus.md

+23
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,24 @@ Reactime beta поддерживает приложения, написанны
107107

108108
## <b>Авторы</b>
109109

110+
- **David Kim** - [@codejunkie7](https://github.com/codejunkie7)
111+
- **Robby Tipton** - [@RobbyTipton](https://github.com/RobbyTipton)
112+
- **Kevin HoEun Lee** - [@khobread](https://github.com/khobread)
113+
- **Christopher LeBrett** - [@fscgolden](https://github.com/fscgolden)
114+
- **Joseph Park** - [@joeepark](https://github.com/joeepark)
110115
- **Kris Sorensen** - [@kris-sorensen](https://github.com/kris-sorensen)
111116
- **Daljit Gill** - [@dgill05](https://github.com/dgill05)
112117
- **Ben Michareune** - [@bmichare](https://github.com/bmichare)
113118
- **Dane Corpion** - [@danecorpion](https://github.com/danecorpion)
119+
- **Harry Fox** - [@StackOverFlowWhereArtThou](https://github.com/StackOverFlowWhereArtThou)
120+
- **Nathan Richardson** - [@BagelEnthusiast](https://github.com/BagelEnthusiast)
121+
- **David Bernstein** - [@dangitbobbeh](https://github.com/dangitbobbeh)
122+
- **Joseph Stern** - [@josephiswhere](https://github.com/josephiswhere)
123+
- **Dennis Lopez** - [@DennisLpz](https://github.com/DennisLpz)
124+
- **Cole Styron** - [@colestyron](https://github.com/C-STYR)
125+
- **Ali Rahman** - [@CourageWolf](https://github.com/CourageWolf)
126+
- **Caner Demir** - [@demircaner](https://github.com/demircaner)
127+
- **Kevin Ngo** - [@kev-ngo](https://github.com/kev-ngo)
114128
- **Becca Viner** - [@rtviner](https://github.com/rtviner)
115129
- **Caitlin Chan** - [@caitlinchan23](https://github.com/caitlinchan23)
116130
- **Kim Mai Nguyen** - [@Nkmai](https://github.com/Nkmai)
@@ -145,6 +159,15 @@ Reactime beta поддерживает приложения, написанны
145159
- **Ergi Shehu** - [@Ergi516](https://github.com/ergi516)
146160
- **Raymond Kwan** - [@rkwn](https://github.com/rkwn)
147161
- **Joshua Howard** - [@Joshua-Howard](https://github.com/joshua-howard)
162+
- **Lina Shin** - [@rxlina](https://github.com/rxlina)
163+
- **Andy Tsou** - [@andytsou19](https://github.com/andytsou19)
164+
- **Feiyi Wu** - [@FreyaWu](https://github.com/FreyaWu)
165+
- **Viet Nguyen** - [@vnguyen95](https://github.com/vnguyen95)
166+
- **Alex Gomez** - [@alexgomez9](https://github.com/alexgomez9)
167+
- **Edar Liu** - [@liuedar](https://github.com/liuedar)
168+
- **Kristina Wallen** - [@kristinawallen](https://github.com/kristinawallen)
169+
- **Quan Le** - [@blachfog](https://github.com/Blachfog)
170+
- **Robert Maeda** - [@robmaeda](https://github.com/robmaeda)
148171

149172
## <b>License </b>
150173

assets/reactime-dev-setup.gif

4.4 MB
Loading

package.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,18 @@
4040
"contributors": [
4141
"Abaas Khorrami",
4242
"Ali Rahman",
43-
"Andy Wong",
4443
"Andy Tsou",
45-
"Bryan Lee",
44+
"Andy Wong",
4645
"Becca Viner",
46+
"Bryan Lee",
4747
"Caitlin Chan",
4848
"Caner Demir",
4949
"Carlos Perez",
50-
"Cole Styron",
5150
"Chris Flannery",
51+
"Christopher LeBrett",
52+
"Cole Styron",
5253
"David Chai",
54+
"David Kim",
5355
"Dennis Lopez",
5456
"Edwin Menendez",
5557
"Ergi Shehu",
@@ -59,16 +61,19 @@
5961
"Haejin Jo",
6062
"Hien Nguyen",
6163
"Jack Crish",
64+
"Joseph Park",
6265
"Josh Kim",
6366
"Joshua Howard",
6467
"Kevin Fey",
68+
"Kevin HoEun Lee",
6569
"Kevin Ngo",
6670
"Kim Mai Nguyen",
6771
"Lina Shin",
6872
"Nathanael Wa Mwenze",
6973
"Prasanna Malla",
7074
"Rajeeb Banstola",
7175
"Raymond Kwan",
76+
"Robby Tipton",
7277
"Rocky Lin",
7378
"Ruth Anam",
7479
"Ryan Dang",
@@ -189,4 +194,4 @@
189194
"util": "^0.12.4",
190195
"web-vitals": "^1.1.0"
191196
}
192-
}
197+
}

src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ src/
3535
│   ├── module.d.ts #
3636
│   ├── package.json #
3737
│   ├── puppeteerServer.js #
38-
│   ├── routes.ts # Interfaces with the browser history stack during inter-route time travel in React Router applications.
38+
│   ├── routes.ts # Interfaces with the browser history stack
3939
│   ├── timeJump.ts # Rerenders DOM based on snapshot from background script
4040
│   └── tree.ts # Custom structure to send to background
4141

0 commit comments

Comments
 (0)