A simple app for reminding you who Jesus says that you are, when you're following Him. Created using Svelte.
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 start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.