Awesome
Sermon Note Prompt Generator
https://sn-prompt-generator.surge.sh
Fun fact: Works offline! :)
You may also like: https://github.com/hchiam/bible-verse-listener
To test out the GitHub repo, locally on your own computer:
git clone https://github.com/hchiam/sn-prompt-generator.git
cd sn-prompt-generator
bash copy-to-public-folder.sh
open public/index.html
The index.html
file inside the public
folder is the one that gets served "publicly" (i.e. on surge.sh).
(If publishing to surge.sh, remember to update the service worker.)
bash copy-to-public-folder.sh; surge public https://sn-prompt-generator.surge.sh
For testing
bash copy-to-public-folder.sh; surge public https://sn-prompt-generator-test.surge.sh
Version Notes Highlights
- 1.0.0: Included many "pure fun" prompts from kids that we kept just for the start (there was a longer-term plan in mind since the beginning).
- 2.0.0: Updated prompts to sustain active thinking for the whole sermon. Moved "main point" section to the bottom and replaced it with a "free space" for more flexibility. Tweaked printout sheet for subtle change cues. Also works offline!
- 3.0.0: Load website faster by using surge.sh instead of glitch.me
- 3.1.0 and 3.1.1: CSP + WAI-ARIA + code formatting with Prettier.
- For other release notes: https://github.com/hchiam/sn-prompt-generator/releases