WhatGodSaysAbout.Me is a simple app for reminding you who Jesus says that you are, when you're following Him. Created using NextJS.
You're welcome to make pull requests if you have something to contribute. I'm open to suggestions as well. Contact me on my blog, thePaulCushing.com.
Once you've cloned this project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.