https://github.com/taskbase/vocabtrainer
Vocabulary Trainer
https://github.com/taskbase/vocabtrainer
Last synced: 12 months ago
JSON representation
Vocabulary Trainer
- Host: GitHub
- URL: https://github.com/taskbase/vocabtrainer
- Owner: taskbase
- Created: 2023-03-20T12:15:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T07:56:51.000Z (about 1 year ago)
- Last Synced: 2025-02-10T08:31:41.640Z (about 1 year ago)
- Language: TypeScript
- Size: 490 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```