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
Copy file name to clipboardExpand all lines: localtest/setup.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ You need to do these steps once on your machine - and you may need to repeat som
9
9
10
10
Your `hosts` file provides local DNS overrides. We use it so you can visit the fake domains in your browser using their domain names.
11
11
12
-
On Windows:
13
-
Open `C:\Windows\System32\drivers\etc\hosts` in a text editor. You might need admin permissions - you can either give your user write permission on the file or run your text editor as admin.
12
+
### Windows
13
+
- Open `C:\Windows\System32\drivers\etc\hosts` in a text editor.
14
+
- You might need admin permissions - you can either give your user write permission on the file or run your text editor as admin.
14
15
15
-
On Mac & Linux:
16
-
Edit `/etc/hosts` using a text editor. You will probably need sudo access.
16
+
### MacOS
17
+
- Edit `/etc/hosts` using a text editor.
18
+
- You will probably need sudo access.
17
19
18
20
Add one entry for each site defined in `siteDetails.js` pointing to `127.0.0.1`. Do not edit/remove other parts of the file! Currently, that looks like this:
0 commit comments