This is a frontend project built with Next.js and styled with Tailwind CSS. The project includes various components and features to manage a company's fleet of vehicles.
To install and set up the project locally, follow these steps:
Clone the repository:
git clone https://github.com/MEI-Grupo-4-CarIn/CarIn.FrontEnd.git
cd CarIn.FrontEnd
Install dependencies:
Make sure you have Node.js and npm installed. Then, run:
npm install
To start the development server, run:
npm run dev