Skip to content

Commit cb8adfc

Browse files
authored
Merge pull request #3262 from builder-247/update-readme
Update outdated readme
2 parents e3d459b + 41965b0 commit cb8adfc

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,15 @@ OpenDota Web UI: A web interface for viewing Dota 2 data. This utilizes the [Ope
77
## Quickstart
88

99
- 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-
2110
- 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/))
2211
- `npm install`
2312
- `npm start`
24-
- Visit port 3000 on your development machine.
13+
- Visit port 5173 on your development machine.
2514

2615
## Contributing
2716

2817
- 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.
3019
- `npm test` to check all app routes for uncaught JavaScript errors.
3120
- Submit a pull request. Wait for review and merge.
3221
- Congratulations! You're a contributor.

0 commit comments

Comments
 (0)