Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 591 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 591 Bytes

Installation and usage

  1. Clone this repository
git clone https://github.com/3vdi/superprompts.git
  1. Install dependencies
npm install
  1. create a new folder .env and inside that folder
GOOGLE_ID = [your google id here]
GOOGLE_CLIENT_SECRET = [your client secret id here]
MONGODB_URI = [your mongodb cluster url]

NEXTAUTH_URL = http://localhost:3000
NEXTAUTH_URL_INTERNAL = http://localhost:3000
NEXTAUTHSECRET = [a random secret key] for eg: tvDWxlmy4Weqt2Ky6er7rhBbeft98BsyHspzqHPmkuD=

  1. Start a new terminal and run the development server
npm run dev