Feat: added a README.md

This commit is contained in:
Richard Wong 2025-04-15 19:21:33 +08:00
parent 8f45d5d0c9
commit c0675ead58
Signed by: richard
GPG Key ID: 72948FBB6D359A6D
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# 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
```