Skip to content

Latest commit

Β 

History

History
148 lines (87 loc) Β· 3.74 KB

File metadata and controls

148 lines (87 loc) Β· 3.74 KB

πŸ“— Table of Contents

πŸ“– Hello World! project

Hello World! project is a repository consisting of the following files:

  • HTML file (index.html)
  • CSS file (styles.css)

The repository also contains files for setting up linters and validators.

πŸ›  Built With

Tech Stack

Client

Key Features

  • no linter errors

(back to top)

πŸš€ Live Demo

  • Hello World Live

(back to top)

πŸ’» Getting Started

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

Setup

Clone this repository to your desired folder:

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

Prerequisites

In order to run this project you need:

  • gitHub account;
  • git installed on your OS.

Install

Installations required to run this project:

  • Webhint installation. Run the following command:

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

  • Stylelint installation. Run the following command:

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

Usage

You can use this project by cloning it to your folder and changing index.html and styles.css files.

Run tests

To run tests, run the following commands:

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

Deployment

You can deploy this project adding new lines of code to index.html and styles.css files.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Habtamu Alemayehu

(back to top)

πŸ”­ Future Features

No future features suggested.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project just star it!

(back to top)

πŸ™ Acknowledgments

I would like to thank World program for providing me wthis great chance

(back to top)

❓ FAQ (OPTIONAL)

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)