This is the official website for LCM, a company that provides innovative solutions for the electric vehicle industry.
To get started with this project, you'll need to have Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/your-username/lcm-website.git
- Navigate to the project directory:
cd lcm-website
- Install the dependencies:
npm install
To start the development server, run the following command:
npm run dev
This will start a local development server at http://localhost:5173
.
npm run dev
: Starts the development server.npm run build
: Builds the application for production.npm run lint
: Lints the code.npm run preview
: Starts a local server to preview the production build.npm run predeploy
: Builds the application before deploying.npm run deploy
: Deploys the application to GitHub Pages.