This is a Next.js project bootstrapped with create-next-app
.
First, install dependencies
pnpm install
Then, make a copy of the .env.example
file and rename it to .env.local
. Fill in the env variables which are needed to use the features.
pnpm run copy-env
Then, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to open the various chats.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.