portfolio-mobile

GPL-2.0 License

Stars
2

portfolio-mobile

This project is the third milestone of the portfolio mobile version

Built With

  • Major languages: HTML & CSS
  • A Linter for HTML & CSS

Getting Started

To get a local copy up and running follow these simple example steps in your terminal.

Prerequisites

  • Code editor: Vscode or Sublime
  • Git

Setup

  1. Download the Zip file or clone the repo with:

git clone https://github.com/Piercel2022/portfolio-mobile.git

  1. To access cloned directory run:

cd portfolio-mobile

  1. Open it with the live server

Install :

To install linters and other project's dependencies run:

npm install

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:

npx hint .

  1. For tracking linter errors in CSS or SASS files run:

npx stylelint "*/.{css,scss}"

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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

Related Projects