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
3. Choose whether to run [`server`](https://github.com/algorithm-visualizer/server) on your machine or to use the remote server.
20
+
- If you choose to run the server locally as well, follow the instructions [here](https://github.com/algorithm-visualizer/server/blob/master/CONTRIBUTING.md#running-locally).
21
+
22
+
- If you choose to use the remote server, **temporarily** (i.e., don't commit this change) modify `package.json` as follows:
23
+
```diff
24
+
- "proxy": "http://localhost:8080",
25
+
+ "proxy": "https://algorithm-visualizer.org",
26
+
```
18
27
19
-
3. Install dependencies, and run the web app.
28
+
4. Install dependencies, and run the web app.
20
29
21
30
```bash
22
31
cd algorithm-visualizer
@@ -26,7 +35,7 @@ Are you a first-timer in contributing to open source? [These guidelines](https:/
26
35
npm start
27
36
```
28
37
29
-
4. Open [`http://localhost:3000/`](http://localhost:3000/) in a web browser.
38
+
5. Open [`http://localhost:3000/`](http://localhost:3000/) in a web browser.
0 commit comments