An open-source Bible memory verse app, built on ReScript, NextJS and Supabase.
Rename sample.env
to .env
and enter valid config values.
Install ReScript:
npm install rescript
Run ReScript in dev mode:
npm run res:start
In another tab, run the Next dev server:
npm run dev
# Make sure to uncomment the `target` attribute in `now.json` first, before you run this:
npm run build
PORT=3001 npm start
This work builds on the shoulders of giants. Particularly useful sources were:
- ReScript/NextJS starter
- Supabase
- Bible databases repo for the KJV in CSV format
- Verses app for the inspiration to create a Bible app, and doing a great job! Heavily inspired initial UI and core functionality