Skip to content

timezombi/Chess-Variants-Training

 
 

Repository files navigation

Chess Variants Training

https://chessvariants.training/ is a website where you can improve your chess variant skills.

Code setup

The solution file ChessVariantsTraining.sln can be opened with Visual Studio.

In the src/ChessVariantsTraining directory, you have to add a config-secret.json file:

{
  "Email": {
    "RequireEmailVerification": false,
    "SmtpHost": "smtp.gmail.com",
    "SmtpPort": 587,
    "SmtpUsername": "",
    "Password": "",
    "SenderName": "",
    "FromAddress": ""
  },
  "RecaptchaKey": ""
}

About

Chess Variants Training is a website where you can improve at chess variants.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 69.3%
  • JavaScript 16.2%
  • HTML 12.1%
  • CSS 2.4%