Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1019 Bytes

README.md

File metadata and controls

65 lines (39 loc) · 1019 Bytes

Lubesurgeons

A web app for booking automobile maintenance and servicings.

Acknowledgements

Screenshots

App Screenshot

Installation

  • In your terminal:
  npm install
  # or
  yarn install
  # or
  pnpm install
  • Clone the project

Run the development server:

  npm run dev

Move to the dashboard directory with:

  cd dashboard

Run the development server:

  npm run dev

Congrats, you have succesfuly installed Lubesurgeons!

Appendix

You need NodeJS is version 16.0.0 upwards to install this project

Authors

Demo

https://lubesurgeon.vercel.app

Support

For support, send an email [email protected]

Optimizations

SEO Optimizations and speed using Nextjs, converted the project from a basic react project to Nextjs.