Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,16 @@ You can find All the Projects
npm install
```
4. **Run the project**:
```bash
npm start
```

This repository contains static front-end projects.

You can run the project using any of the following methods:

- Open the main `index.html` file directly in your browser
- Open any project inside the `Projects/` folder by opening its `index.html`
- (Recommended) Use VS Code Live Server extension for a better development experience

⚠️ Note: This repository does not include an npm `start` script, so `npm start` will not work.
5. **Contribution Guidelines**
Move detailed steps to a new `CONTRIBUTING.md` file and link to it:

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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