Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshbalan-mvgs committed Jun 3, 2024
1 parent 8a3f845 commit 120cf1b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ This project is an e-commerce website designed to provide a seamless shopping ex
1. Clone the repository:

```bash
git clone https://github.com/vigneshbalan-mvgs/.git
git clone https://github.com/vigneshbalan-mvgs/Shopper.git
```

2. Navigate to the project directory:

```bash
cd landing-page-using-route
cd Shopper
```

3. Install dependencies:
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{

"name": "frontend",
"version": "0.1.0",
"private": true,
Expand Down
3 changes: 2 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ module.exports = {
extend: {},
},
plugins: [],
}
};

0 comments on commit 120cf1b

Please sign in to comment.