GitXplorerGitXplorer
A

Doctorly-POC

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
fba9dd95face25efc99b1315b5c30702d993b1b6

Add License info on readme

AApra487 committed 2 years ago
Unverified
e3006637f39684f2e2cd898ce9445b784422bd47

Merge branch 'master' of github.com:CS-21-8th-sem/Doctorly-POC

committed 2 years ago
Unverified
51e16db9014999b0e151cf443d6d62bf3b613bed

Update README.md

AApra487 committed 2 years ago
Verified
e2df924cacfb6b1aef18e8dc106d228e7a8e45bf

Update README.md

AApra487 committed 2 years ago
Unverified
a610b2ad931b5dd956ef4b4ed049ffcd8b7da21c

initial commit for POC

committed 2 years ago

README

The README file for this repository.

How to Use

You can choose from one of the following two methods to use this repository:

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

Clone and Deploy

Execute create-next-app with pnpm to bootstrap the example:

pnpm create next-app --example https://github.com/vercel/examples/tree/main/solutions/ai-chatgpt

Set up environment variables

Rename .env.example to .env.local:

cp .env.example .env.local

then, update api key

Next, run Next.js in development mode:

pnpm dev

The app should be up and running at http://localhost:3000.

Deploy it to the cloud with Vercel (Documentation).

License