File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ # LCM Website
2+
3+ This is the official website for LCM, a company that provides innovative solutions for the electric vehicle industry.
4+
5+ ## Installation
6+
7+ To get started with this project, you'll need to have Node.js and npm installed on your machine.
8+
9+ 1 . Clone the repository:
10+ ``` bash
11+ git clone https://github.com/your-username/lcm-website.git
12+ ```
13+ 2. Navigate to the project directory:
14+ ` ` ` bash
15+ cd lcm-website
16+ ` ` `
17+ 3. Install the dependencies:
18+ ` ` ` bash
19+ npm install
20+ ` ` `
21+
22+ # # Usage
23+
24+ To start the development server, run the following command:
25+
26+ ` ` ` bash
27+ npm run dev
28+ ` ` `
29+
30+ This will start a local development server at ` http://localhost:5173` .
31+
32+ # # Available Scripts
33+
34+ - ` npm run dev` : Starts the development server.
35+ - ` npm run build` : Builds the application for production.
36+ - ` npm run lint` : Lints the code.
37+ - ` npm run preview` : Starts a local server to preview the production build.
38+ - ` npm run predeploy` : Builds the application before deploying.
39+ - ` npm run deploy` : Deploys the application to GitHub Pages.
You can’t perform that action at this time.
0 commit comments