Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.37 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.37 KB

UniConvert

Description

Web app to convert Tamil & Telugu text from one font to another.

Tech Stack

  • Next.js
  • TailwindCSS
  • Redux

tech stack

Developer Setup

  1. Install Node.js
  2. Install Git
  3. Install VS Code

Useful VS Code Extensions

Installation Steps

  1. Clone the repository

    git clone https://github.com/Divyansh-Gemini/uniconvert.git
  2. Switch to the project directory

    cd uniconvert
  3. Install the dependencies

    npm install
  4. Run the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser to see the result.