A card game to help learn German articles. The words are from the textbook "Deutsch in Alltag und Beruf" A1 Intensivtrainer.
Online Version: https://der.dima5.ru/
To run locally via Docker (e.g., on http://localhost:3000/):
docker run -d -p 3000:80 dpyzhov/artikelBuild and run the project (http://localhost:4173/):
npm install
npm run build
npm run previewTo run in development mode (http://localhost:5173/):
npm install
npm run dev