Skip to content

tajemouti/hello-microverse

Repository files navigation

📗 Table of Contents

📖 [Hello Microverse]

[Hello Microverse] is learning a webpage project in which it is required to implement HTML/CSS linters..

🛠 Built With

Visual Studia Code and HTML/CSS linters

Tech Stack

HTML
CSS

Key Features

  • [Linters implementatin]
  • [HTML/CSS homepage]

(back to top)

💻 Getting Started

Setup

In order to use this project.. Clone this repository to your desired folder by pasting this command in your command line interface:

git clone git@github.com:myaccount/my-project.git

Prerequisites

Node.js Git HTML/CSS linters

Install

-Install Webhint:

npm install --save-dev hint@7.x

NOTE: If you are running on Windows, you need to initialize npm to create package.json file.

npm init -y

Then copy .hintrc to the root directory of your project

-Install Stylehint npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x`

Then copy .stylelintrc.json to the root directory of your project

Usage

-Run

npx hint .

and

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

-Fix validation errors.

Run tests

You can check if your linter configuration is correct using the [check-linters-config] (https://github.com/microverseinc/linters-config/blob/master/scripts) script.

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • [A portfolio webpage]
  • [Implementing more linters]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

This was my first project ever.. So please.. Show some appreciation.. Thank you in advance.

(back to top)

🙏 Acknowledgments

I would like to thank my learning partners.. May and Allen.. I really appreciate your help..

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

My 1st project in microverse curriculum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published