Skip to content

Commit

Permalink
Merge pull request #759 from BereketZz/main
Browse files Browse the repository at this point in the history
Fix indentation in Step 10 of Project Documentation
  • Loading branch information
TyrinH authored Jul 23, 2024
2 parents 7958dc5 + 6a4ae6e commit cd16944
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
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 Down

0 comments on commit cd16944

Please sign in to comment.