A React/TypeScript dashboard for visualizing OEE (Overall Equipment Effectiveness) metrics and identifying production inefficiencies.
- Node.js (v18 or higher)
- npm or yarn
# Clone the repository
git clone [email protected]:aumtuhin/OEE.git
#or
git clone https://github.com/aumtuhin/OEE.git
# Navigate to the project directory
cd OEE
# Install dependencies
npm install
# Start the development server
npm run devThe application will be available at http://localhost:5173/
npm run buildThis project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS