vitogit / listudy

Listudy - chess training server

Home Page:https://listudy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listudy

Listudy is a application for chess training.

Contribute

Bugs

If you find any bugs, please let me know. You can submit bugs here: https://github.com/ArneVogel/listudy/issues

Translations

Help with translations if you can. You find the current translations here. If you want to help with a language that is not currently avaliable message me or create a issue and I will create the language.

This project used gettext for translations. Gettext uses PO files for translations (example). In these files the original english sentence or phrase is above what the translation should be. Sometimes special sequences like %{name} are in the english text. These must be copied exactly (not to be translated) into the translation.

Development

Listudy is developed in Elixir using the phoenix framework. It uses postgresql as database. To start the server:

  • Setup the project with mix setup
  • Install npm dependencies with npm install --prefix assets
  • Make study pgn directory with mkdir priv/static/study_pgn
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

About

Listudy - chess training server

https://listudy.org

License:GNU Affero General Public License v3.0


Languages

Language:Elixir 52.1%Language:HTML 22.7%Language:JavaScript 14.0%Language:CSS 11.2%