Skip to content

paalamugan/translator-mono-repo

Repository files navigation

Translator Application

It helps to translate from one language to multiple languages.

Get Started

  • Node Engines

  • node: v17.1.0

  • npm: 8.1.2

  • Install Dependecies

    npm run install
  • To Development

    npm run dev
  • To Build

    npm run build
  • To Production

    npm run start

Deploy this application in vercel platform

  • Deploy in locally

    npm run local
  • Deploy in production

    npm run deploy