Skip to content

Latest commit

 

History

History
91 lines (56 loc) · 1.72 KB

README.md

File metadata and controls

91 lines (56 loc) · 1.72 KB

Professional Portfolio

This is my professional portfolio project which shows my works.

![screenshot](No screenshot for)

Built With

  • Html,
  • Css,
  • Deploy with Netlify

Live Demo

Live Demo Link

Development (Running locally)

  • Clone the project
git clone https://github.com/was-coder/professional-portfolio.git
  • Install Dependencies
npm install

To run StyleLint by itself, you may run the lint task:

npm run lint:check

Or to automatically fix issues found (where possible):

npm run lint

You can also check against Prettier:

npm run format:check

and to have it actually fix (to the best of its ability) any format issues, run:

npm run format

You can also check against HTML Validator:

npm run html-validator

Style Guides

👤 Author

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

MIT licensed.