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
+11-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,17 @@ Other relevant repositories that contain parts of the OSMCha application are:
12
12
To set up a local development environment:
13
13
14
14
1. Install Node.js and npm. The recommended Node.js version is listed in [.tool-versions](./.tool-versions). Tool managers like [asdf](https://asdf-vm.com/) or [mise](https://mise.jdx.dev/) can read this file and install the right version for you if you want.
15
-
1. Run `npm install` to install the required JavaScript dependencies.
16
-
1. Run `npm run start` to start the frontend (it will rebuild automatically when you make changes)
17
-
1. Open [http://127.0.0.1:3000](http://127.0.0.1:3000)
18
-
19
-
Note: if you are running the frontend against the production backend (the
20
-
default), you won't be able to use OAuth to log in through the UI. Instead
21
-
you can copy your auth token from the DevTools console on the production
22
-
website (`localStorage.getItem("token")`) and then paste it into the console
23
-
on the development site (`localStorage.setItem("token", <value>)`). Refresh
0 commit comments