Listudy is a application for chess training.
If you find any bugs, please let me know. You can submit bugs here: https://github.com/ArneVogel/listudy/issues
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.
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.