Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.1 KB

File metadata and controls

26 lines (18 loc) · 1.1 KB

SolaScriptura

SolaScriptura serves as a tool to help people memorize verses/passages from God's word. God has given us his word to help us see and know the truth of His divine nature and our depraved state in sin. Thanks to the Lord Jesus Christ and the Holy Spirit, who steers hearts from sin towards righteousness. Therefore, we must be diligent to keep his words in our hearts.

All Scripture is breathed out by God and profitable for teaching, for reproof, for correction, and for training in righteousness, that the man of God may be complete, equipped for every good work.

2 Timothy 3:16-17 (ESV)

Development

Environment variables need to be setup under .env

REACT_APP_ESV_TOKEN={esv_token}
REACT_APP_SUPABASE_KEY={supabase_token}
REACT_APP_SUPABASE_URL={supabase_url}
  1. Execute yarn install to install the necessary libraries needed
  2. Excute yarn start to run the app in development mode on http://localhost:3000

References