logo

Hello Microverse Project

📗 Table of Contents

📖 [Set up a 'Hello Microverse' project]

[Set up a 'Hello Microverse' project] is the first student project that requires a code review in Microverse full-stack developer training. One of the objective of the project is to install and test Linters. HTML and CSS files were created and push to the github repo to test the functionality of linters.

🛠 Built With

-HTML -CSS

Key Features

  • [The project was built to display "Hello Microverse!"]

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

-a code editor installed that can run HTML and CSS files -linters installed and fully functional

Setup

Clone this repository to your desired folder. Use the command: git clone https://github.com/devalibello/Hello-World.git

Install

Install this project with:

  1. Install WebHint: npm install --save-dev hint@7.x

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

Usage

To run the project, execute the following command:

  • open cloned folder in your code editor and run the index.html file

Run tests

To run tests, run the following command:

To check for CSS or SCSS errors:

  • With linters correctly installed, npx stylelint "**/*.{css,scss}"

  • To fix CSS or SCSS linters error: npx stylelint "**/*.{css,scss}" --fix

Deployment

You can deploy this project using:

(back to top)

👥 Author

👤 Author

(back to top)

🔭 Future Features

  • [Add more text and styling to the webpage]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, kindly share my github repo with your friends and follow me on the various social media platforms

(back to top)

🙏 Acknowledgments

I would like to thank my learning partners and my family for giving me the needed support.

(back to top)

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)