A React-based language translation application built with Vite.
Before you begin, ensure you have the following installed:
- Node.js (v18 or higher recommended)
- npm or yarn
-
Clone the repository
git clone <repository-url> cd "demo project"
-
Install dependencies
npm install
-
Environment Configuration Create a
.envfile in the root directory if the project requires API keys for translation services. -
Run the Development Server
npm run dev
The application will be available at
http://localhost:5173.
To create an optimized production build:
npm run build