Skip to content

Commit f120154

Browse files
authored
Merge pull request #2 from nanidurga/optimize-repo
Add README.md
2 parents 341e01a + 8159587 commit f120154

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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.

0 commit comments

Comments
 (0)