| 1 | # v[ariant]chess.club |
| 2 | |
| 3 | Website to play to many chess variants, including rare ones - some almost |
| 4 | never seen elsewhere, like "l'Échiqueté" [french], renamed "checkered chess" |
| 5 | in English. No ratings, no tournaments: no "competition spirit". |
| 6 | |
| 7 | ## Get involved |
| 8 | |
| 9 | All contributions are welcome! For example, |
| 10 | - translations, |
| 11 | - design, |
| 12 | - Vue front-end, |
| 13 | - Express back-end. |
| 14 | |
| 15 | If you wanna help, you can contact me with the form on the website, |
| 16 | so that we can discuss what to do and how :) |
| 17 | If you feel comfortable with the code a pull request is a good start too. |
| 18 | |
| 19 | ### Running the website locally |
| 20 | |
| 21 | Follow the instructions in server/README.md first, and then in client/README.md. |