An open API service indexing awesome lists of open source software.

https://github.com/taskbase/vocabtrainer

Vocabulary Trainer
https://github.com/taskbase/vocabtrainer

Last synced: 12 months ago
JSON representation

Vocabulary Trainer

Awesome Lists containing this project

README

          

# 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
```