Skip to content

saicoder/live-lingo

Repository files navigation

Live Lingo

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 dev

Open http://localhost:3000 with your browser to see the result.

Tech Stack

  • NextJS
  • TRPC
  • Agora
  • Chakra UI

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

Learn languages by talking to real people in real time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors