[Hello World] is a simple project. It is to check my knowledge of HTML and CSS.
- [A linter for html&css]
- [IGitHub flow rules]
- [Gitignore file]
To get a local copy up and running, follow these steps.
- Browser
- Node
- Code Editor
In order to run this project you need:
- Choose a directory
- Open a Terminal
- write: git clone git@github.com:zhorabay/Hello-world.git
- get into to directory "Hello-world"
- write: npm install
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:zhorabay/Hello-world.git
Install this project with:
cd Hello-world gem install
In the first commit of your feature branch create a .github/workflows folder and add a copy of .github/workflows/linters.yml to that folder.
To run the project, execute the following command:
load the index.html to your favourite browser
To run tests, run the following command:
npx hint . npx stylelint "**/*.{css,scss}"
👤 Assem Zhorabay
- Create a .html file that includes a h1 header with the text "Hello Microverse!"
- Create a .css file that includes one class with styles for the header
- Create a test.md file with the text "This file should be ignored by git".
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please, feel free to give a star to the repository and share it with others who might benefit from it.
I would like to express my gratitude to the Microverse team, code reviewers, and coding/learning partners for their invaluable assistance in creating this project. Additionally, I want to thank my husband and daughter for their unwavering support.
This project is MIT licensed.