Let's decide once and for all which language is the best; open a PR and cast your vote!
Get started by reviewing the answers to the following questions:
Afterward, (assuming you've already cloned the project) you can run the following commands to get started:
npm i
npm start
You can add your vote to the votes.json
file using the format:
{ "language": "csharp", "reason": "C# is better than JavaScript." }
Languages are defined in the languages.json
file. If you want to add a new language, you can do so by adding an entry in the following format:
{
"name": "csharp",
"displayName": "C#",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Logo_C_sharp.svg/1820px-Logo_C_sharp.svg.png"
}
Note: The logo
field is optional.
Keep it clean, keep it professional. Other than that, anything goes, as long as it's legal.