Skip to content

taskbase/vocabtrainer

Repository files navigation

Vocabtrainer

Vocitrainer is a chatbot-like app to study vocabulary. Was started at the #bitmark hackathon 2023 and continued now from there.

Development

To get your dev environment up and running, after cloning the repo:

npm ci
cd client
npm ci
npm start

Commit hooks

If you want to set up the pre-commit hooks suggested for this project, run

cp pre-commit.sh .git/hooks/pre-commit