A web application for seamless language translation and communication.
Visit the live site: https://igor-kan.github.io/lingofy
git clone https://github.com/igor-kan/lingofy.git
cd lingofy
pnpm install
pnpm run dev
Open http://localhost:3000 in your browser.
This project is configured for deployment to GitHub Pages.
gh-pages
is installed as a dev dependency:
pnpm add -D gh-pages
pnpm run deploy
This will build and export the project, then deploy it to the gh-pages
branch.
Built with Next.js, TypeScript, Tailwind CSS, and v0.dev.