Skip to content

Commit c5d93bd

Browse files
authored
Merge branch 'main' into Issue-#34-update-readme-file
2 parents a398aa4 + 9562ab0 commit c5d93bd

File tree

7 files changed

+45
-4467
lines changed

7 files changed

+45
-4467
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ yarn-error.log*
2626

2727
# local env files
2828
.env*.local
29+
.env
2930

3031
# vercel
3132
.vercel

README.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ Code Racer is a multiplayer coding game where developers can compete against eac
1616
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
1717
- TypeScript: A typed superset of JavaScript that provides enhanced tooling and developer productivity.
1818

19+
## Contribution
20+
21+
We welcome contributions from the community! If you'd like to contribute to Code Racer, please follow refer to [CONTRIBUTION.md](CONTRIBUTION.md), but we have these base guidelines:
22+
23+
- Fork the repository.
24+
- Create a new branch for your feature or bug fix.
25+
- Make your changes and test thoroughly.
26+
- Commit your changes with clear commit messages.
27+
- Push your branch to your forked repository.
28+
Submit a pull request detailing your changes.
29+
30+
Please ensure that your code adheres to the project's coding standards and conventions.
31+
32+
1933
## Getting Started
2034

2135
### Prerequisites
@@ -65,18 +79,6 @@ To get started with Code Racer locally, follow these steps
6579

6680
Open your browser and visit http://localhost:3000 to see the application running.
6781

68-
## Contribution
69-
70-
We welcome contributions from the community! If you'd like to contribute to Code Racer, please follow refer to [CONTRIBUTION.md](CONTRIBUTION.md), but we have these base guidelines:
71-
72-
- Fork the repository.
73-
- Create a new branch for your feature or bug fix.
74-
- Make your changes and test thoroughly.
75-
- Commit your changes with clear commit messages.
76-
- Push your branch to your forked repository.
77-
Submit a pull request detailing your changes.
78-
79-
Please ensure that your code adheres to the project's coding standards and conventions.
8082

8183
## License
8284

@@ -89,6 +91,6 @@ A big thank you to all the developers who have helped shape Code Racer into what
8991
9092
## Contact
9193
92-
If you have any questions, suggestions, or feedback regarding Code Racer, please feel free to reach out to us at in the WebDevCody discord server
94+
If you have any questions, suggestions, or feedback regarding Code Racer, please feel free to reach out to us at in the WebDevCody [discord](https://discord.gg/4kGbBaa) server
9395
9496
Happy coding and enjoy the race!

0 commit comments

Comments
 (0)