You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Mediagri Genesis
A modern web application built with React, Vite, and Tailwind CSS.
## Features
- Fast development with Vite
- Responsive design with Tailwind CSS
- Modern React components
## Getting Started
### Prerequisites
- Node.js (v14 or higher)
- npm or yarn
### Installation
1. Clone the repository
```bash
git clone https://github.com/yourusername/mediagri_genesis.git
cd mediagri_genesis
```
2. Install dependencies
```bash
npm install
# or
yarn
```
3. Start the development server
```bash
npm run dev
# or
yarn dev
```
4. Open your browser and navigate to `http://localhost:5173`
## Building for Production
```bash
npm run build
# or
yarn build
```
## License
MIT # MediGiri