From c0675ead58cf9eb9db97a29ab940a5aed6ea2cb8 Mon Sep 17 00:00:00 2001 From: Richard Wong Date: Tue, 15 Apr 2025 19:21:33 +0800 Subject: [PATCH] Feat: added a README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..484d260 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file