lingofy

Lingofy

A web application for seamless language translation and communication.

Features

Live Demo

Visit the live site: https://igor-kan.github.io/lingofy

Local Development

  1. Clone the repository:
     git clone https://github.com/igor-kan/lingofy.git
     cd lingofy
    
  2. Install dependencies:
     pnpm install
    
  3. Start the development server:
     pnpm run dev
    

    Open http://localhost:3000 in your browser.

Deployment to GitHub Pages

This project is configured for deployment to GitHub Pages.

  1. Ensure gh-pages is installed as a dev dependency:
     pnpm add -D gh-pages
    
  2. Run the deployment script:
     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.