This project is a smart analytics platform designed for car manufacturing operations. It provides real-time tracking of machine performance, production
The backend server for this application can be found here:
dev-fest-2024-api
Make sure you have the following installed on your machine:
- Node.js (version 18 or above)
- NPM (comes with Node.js)
To get started with this project, follow these steps:
Clone the repository:
git clone https://github.com/bokhtachekhawla/devfest2024-frontendNavigate into the project directory:
cd devfest2024-frontendInstall the required dependencies:
npm installTo run the development server, use the following command:
npm run dev Your application will be available at http://localhost:3000