Skip to content

Commit

Permalink
Merge branch 'main' into update-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrinH authored Jul 24, 2024
2 parents e119259 + 0f782f1 commit 7ccd69d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To get started with Code Racer locally, follow these steps

1. Make sure you have installed Docker locally (See above Prerequisites)

2. Fork the repo as your own repo
2. Fork the repository as your own repo

3. Clone your fork

Expand Down Expand Up @@ -81,13 +81,11 @@ To get started with Code Racer locally, follow these steps
```sh
npm run dev:app
```

10. Start the web socket server

```sh
npm run dev:wss
```

```sh
npm run dev:wss
```
Open your browser and visit <http://localhost:3000> to see the application running.

## Working on New Features
Expand All @@ -101,7 +99,7 @@ There is also a new video explaining how you can contribute to this project:
If you want to work on a new feature, follow these steps.
1. Fork the repo
1. Fork the repository
2. Clone your fork
3. Checkout a new branch
4. Do your work
Expand Down

0 comments on commit 7ccd69d

Please sign in to comment.