Vocitrainer is a chatbot-like app to study vocabulary. Was started at the #bitmark hackathon 2023
and continued now from there.
To get your dev environment up and running, after cloning the repo:
npm ci
cd client
npm ci
npm start
If you want to set up the pre-commit hooks suggested for this project, run
cp pre-commit.sh .git/hooks/pre-commit