This project is made using the vite-min-template
template of the Mantine V7
components. Please go through the process of getting started with the project below:
Use the npm package manager or yarn to install the dependencies.
npm install
or
yarn install
Use either of the following to start the development server and view the project.
npm run dev
or
yarn dev
After this, the project will get started on the localhost:5173
.