Example app can be found at https://livelingo.vercel.app/
First make sure that you have these environment variables defined in .env.local file:
NEXT_PUBLIC_AGORA_APP_ID=[AgoraAppId]
AGORA_CERT=[AgoraCertificate]
GOOGLE_CLIENT_ID=[GoogleClientId]
GOOGLE_CLIENT_SECRET=[GoogleClientSecret]
NEXTAUTH_SECRET=[random uuid string]
REDIS_URL=[redis url]
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
- NextJS
- TRPC
- Agora
- Chakra UI
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!