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
+15-13
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,20 @@ Code Racer is a multiplayer coding game where developers can compete against eac
16
16
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
17
17
- TypeScript: A typed superset of JavaScript that provides enhanced tooling and developer productivity.
18
18
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
+
19
33
## Getting Started
20
34
21
35
### Prerequisites
@@ -65,18 +79,6 @@ To get started with Code Racer locally, follow these steps
65
79
66
80
Open your browser and visit http://localhost:3000 to see the application running.
67
81
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.
80
82
81
83
## License
82
84
@@ -89,6 +91,6 @@ A big thank you to all the developers who have helped shape Code Racer into what
89
91
90
92
## Contact
91
93
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
0 commit comments