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: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,9 @@ frontend in a development mode that connects to the production API.
46
46
47
47
- Clone this repo
48
48
- Install Deno (https://deno.land/#installation)
49
-
- Add the following to your `/etc/hosts` file. If you're using WSL, you'll also need to update the `hosts` file located at `C:\Windows\System32\drivers\etc\hosts`.
49
+
- Add the following to your `/etc/hosts` file. If you're using WSL, you'll also
50
+
need to update the `hosts` file located at
51
+
`C:\Windows\System32\drivers\etc\hosts`.
50
52
```
51
53
127.0.0.1 jsr.test
52
54
127.0.0.1 api.jsr.test
@@ -71,7 +73,9 @@ making changes to the API.
71
73
- Clone this repo
72
74
- Install Deno (https://deno.land/#installation)
73
75
- Install Rust (https://rustup.rs/)
74
-
- Add the following to your `/etc/hosts` file. If you're using WSL, you'll also need to update the `hosts` file located at `C:\Windows\System32\drivers\etc\hosts`.
76
+
- Add the following to your `/etc/hosts` file. If you're using WSL, you'll also
0 commit comments