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
<palign="right">(<ahref="#top">back to top</a>)</p>
92
105
93
106
<!-- INSTALLATION -->
94
107
## Installation
95
108
96
-
1.Download VSCode for your machine: [VSCode Install](https://code.visualstudio.com/download)
109
+
1. Install Nexus
97
110
98
-
2. Install the Nexus extension in the VSCode Marketplace: [here](put download link here)
99
-
100
-
3. A node tree icon should appear on your sidebar. You've now installed Nexus! Woot Woot! Now on to the "Getting Started" section below.
111
+
2. A node tree icon should appear on your sidebar. You've now installed Nexus! Woot Woot! Now on to the "Getting Started" section below.
101
112
102
113
Note: If contributing, see the "Installation for Contributors" section below!
103
114
104
-
<palign="right">(<ahref="#top">back to top</a>)</p>
105
115
106
116
<!-- GETTING STARTED -->
107
117
## Getting Started
@@ -117,16 +127,24 @@ Nexus supports OSX, Windows, and WSL
117
127
## Usage
118
128
119
129
1. Click the node tree icon on your sidebar. An "Input File Here" button should appear on your side panel!
130
+
<br/>
131
+
<palign="center">
120
132
<imgsrc="nexus/media/gif1.gif">
121
-
133
+
</p>
134
+
<br/>
122
135
2. Click the button and your file explorer window will open. Select a file and press "Ok".
136
+
<br/>
137
+
<palign="center">
123
138
<imgsrc="nexus/media/gif2.gif">
139
+
</p>
140
+
<br/>
124
141
125
142
3. Your side panel should now render a component tree that displays SSG or SSR status! Clicking on components will render child components if they exist and hovering over components will display their props objects. Enjoy!
143
+
<br/>
144
+
<palign="center">
126
145
<imgsrc="nexus/media/gif3.gif">
127
-
128
-
<palign="right">(<ahref="#top">back to top</a>)</p>
129
-
146
+
</p>
147
+
<br/>
130
148
131
149
132
150
<!-- ROADMAP -->
@@ -141,7 +159,6 @@ Nexus supports OSX, Windows, and WSL
141
159
142
160
See the [open issues](https://github.com/oslabs-beta/Nexus/issues) for a full list of proposed features (and known issues).
143
161
144
-
<palign="right">(<ahref="#top">back to top</a>)</p>
145
162
146
163
147
164
<!-- STEPS TO CONTRIBUTE -->
@@ -159,7 +176,6 @@ Don't forget to give the project a star! Thanks again!
159
176
5. Push to the Branch (`git push origin <github_username>/<YourAmazingFeature>`)
160
177
6. Open a Pull Request
161
178
162
-
<palign="right">(<ahref="#top">back to top</a>)</p>
163
179
164
180
<!-- MAKING CHANGES -->
165
181
### Making Changes
@@ -170,14 +186,12 @@ Don't forget to give the project a star! Thanks again!
170
186
4. Press F5. A new VSCode window should open. This is your debugging environment!
171
187
5. Repeat step 3 and refresh your debugging environment to test further changes
172
188
173
-
<palign="right">(<ahref="#top">back to top</a>)</p>
174
189
175
190
<!-- LICENSE -->
176
191
## License
177
192
178
193
Distributed under the MIT License. See `LICENSE` for more information.
179
194
180
-
<palign="right">(<ahref="#top">back to top</a>)</p>
0 commit comments