Skip to content
 
 

Latest commit

 

History

741 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages