Expand your English vocabulary with smart flashcards!
Learn words, definitions, and usage through spaced repetition!
Ideal for students, travelers, and language learners!
You'll need Docker > 25.0.4.
After configuring Docker, clone this repository:
git clone git@github.com:zolppy/word-horizon.gitNavigate to the project directory and then start Docker containers with:
docker compose up --buildNow you can access the application through the given URL in the terminal, like http://172.19.0.2:80/ or http://localhost:80/.
This project uses ESLint as lint tool.
To run it use this command:
docker compose run --rm word-horizon npm run lint