Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 991 Bytes

how-to-run.md

File metadata and controls

15 lines (11 loc) · 991 Bytes

Steps to have the app running on your local server

  1. Fork and clone the repository. (Also star this repo if you like)
  2. Open Terminal in the cloned directory and hit npm i. Install npm if you don't have it already.
  3. After the above step, you'll see a newly created directory /node_modules. You are now ready to run the web-app on your device. But before that, you need to create a mongo db and add it to the server.js file or use my own DB. Contact me at [email protected] for help regarding this.
  4. After completing the above steps, run npm start in the terminal window. Wait for a few minutes until you see the message Bibleo started successfully on $PORT
  5. Open your web browser and navigate to 127.0.0.1:$PORT and fall in love with the website ❤️