Skip to content

SamWoolerton/mem

Repository files navigation

Memo

An open-source Bible memory verse app, built on ReScript, NextJS and Supabase.

Development

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

Test production setup with Next

# Make sure to uncomment the `target` attribute in `now.json` first, before you run this:
npm run build
PORT=3001 npm start

Acknowledgements

This work builds on the shoulders of giants. Particularly useful sources were:

About

Open-source Bible memory verse app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published