This is the Components Tracker application for Amuda Lab. The app is built using the Next.js framework and helps in managing and tracking various components related to the lab.
Ensure you have the following installed:
- Node.js (preferably the latest LTS version)
- npm (installed with Node.js)
You can verify Node.js installation by running:
node -v-
Clone the repository to your local machine:
-
Install dependencies:
npm install
To run the app in development mode, use the following command:
npm run devThe app will be accessible at http://localhost:3000 in your browser.
To create a production build, run:
npm run buildAfter building, you can run the app in production mode with:
npm startThis project is licensed under the MIT License - see the LICENSE file for details.