- Clone this repository
git clone https://github.com/3vdi/superprompts.git
- Install dependencies
npm install
- 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=
- Start a new terminal and run the development server
npm run dev