Describe a small story, parable or event in the Bible. And get its Bible Reference
git clone https://github.com/Era360/find-bible-scripture
- Go to Firebase Console and create a project.
Create a .env
file in root directory of the project. And store your Firebase Project Configurations in it, as shown in the .example.env file.
Also get your OPENAI API keys
from here and paste them on your .env
file.
npm i
Then, run the application in the command line and it will be available at http://localhost:3000
.
npm run dev