BibleBeforeBread is a website to encourage a daily habit of reading God's word through featured verses and a variety of interactive features. This is a work in progress with the aim of creating unique web app features that will provide a fun way to interact with scripture and ultimately bring you closer to our Lord Jesus Christ ✝️.
Want to get involved in this project? Contributions are welcome!
Read the CONTRIBUTING rules and see the ISSUES section for ways you can help out.
Website domain is BibleBeforeBread.com.
Hosted on Netlify.
Built using Gatsby, a React-based framework.
New to Gatsby? Follow the Gatsby tutorials to learn about how Gatsby works.
This site uses the gatsby-starter-hello-world repo on GitHub as the base. You may read through that repo to understand how folders and files of this Gatsby site are structured.
Fork and Clone repo to your PC.
Install Gatsby CLI.
In root directory of repo on your local PC run the following commands.
Install node modules
npm install
Run gatsby develop
gatsby develop
When build is successful you'll see:
This will allow you to view the site on a web browser at http://localhost:8000/
Make your changes and test in your local environment. Then submit a PR to this repo.