scripture_memory/README.md

21 lines
499 B
Markdown

# Verse Checker
This is a simple web-application for checking verses.
You can try the application at: https://scripturememory.richardwong.io/
Features include:
- Languages supported: English, Korean
- Shuffling with random selection from selected packs
- Hide References
- Showing mistakes as deltas with respect to the answer
## To Use
This application uses `pnpm` as the node.js package manager.
```bash
git clone https://github.com/RichFree/VerseChecker.git
cd VerseChecker
pnpm run dev
```