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
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,15 @@ OpenDota Web UI: A web interface for viewing Dota 2 data. This utilizes the [Ope
7
7
## Quickstart
8
8
9
9
- Clone the repo using `git clone git@github.com:odota/web.git`
10
-
11
-
### With Docker
12
-
13
-
```
14
-
$ docker-compose up
15
-
```
16
-
17
-
- Visit port 3000 on your development machine.
18
-
19
-
### Without Docker
20
-
21
10
- Install Node.js (v16 or greater) (download [installer](https://nodejs.org/en/download/) or [install via package manager](https://nodejs.org/en/download/package-manager/))
22
11
-`npm install`
23
12
-`npm start`
24
-
- Visit port 3000 on your development machine.
13
+
- Visit port 5173 on your development machine.
25
14
26
15
## Contributing
27
16
28
17
- Make some changes.
29
-
-`npm run lint` to check your code for linting errors.
18
+
-`npm run typecheck` to check your code for typing errors.
30
19
-`npm test` to check all app routes for uncaught JavaScript errors.
31
20
- Submit a pull request. Wait for review and merge.
0 commit comments