Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 706 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 706 Bytes

What God Says About You

WhatGodSaysAbout.Me is a simple app for reminding you who Jesus says that you are, when you're following Him. Created using NextJS.

Contribute

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.

Developing

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.