README.md

September 9, 2024 ยท View on GitHub

Translate App

Translate App
Discover ย โœฆย 

Next.js Badge Tailwind CSS Badge

๐Ÿ› ๏ธ Stack

๐Ÿ“ Features

  • ๐Ÿ“„ Translate text.
  • ๐Ÿ“ท Translate images.
  • ๐Ÿ“• Translate documents (PDFs).

๐Ÿš€ Getting Started

You will need:

  1. Clone this repository locally:
git clone git@github.com:developaul/translate-app.git
  1. Install dependencies:
# Install bun globally if you don't have it:
npm install -g bun

# and install dependencies:
bun install
  1. Run the development server:
bun run dev