Install Pre-requisite libraries
npm iEnvironmental Variables
BASE_URL="https://localhost:3000"
# Project ID
PROJECT_ID=
# Private Key ID
PRIVATE_KEY_ID=
# Private Key
PRIVATE_KEY=
# Client Email
CLIENT_EMAIL=
# Client ID
CLIENT_ID=
# Auth URI
AUTH_URI=
# Token URI
TOKEN_URI=
# Auth Provider x509 Cert URL
AUTH_PROVIDER_X509_CERT_URL=
# Client x509 Cert URL
CLIENT_X509_CERT_URL=
# Universe Domain
UNIVERSE_DOMAIN=Place Google api credentials in an env file with the above keys Ensure that the following services are enabled
Google Text To Speech Google Speech To TExt Google Vertex AI
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.