- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
[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.
-HTML -CSS
- [The project was built to display "Hello Microverse!"]
To get a local copy up and running, follow these steps.
In order to run this project you need:
-a code editor installed that can run HTML and CSS files -linters installed and fully functional
Clone this repository to your desired folder. Use the command: git clone https://github.com/devalibello/Hello-World.git
Install this project with:
-
Install WebHint: npm install --save-dev hint@7.x
-
Install StyleLint npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
To run the project, execute the following command:
- open cloned folder in your code editor and run the index.html file
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
You can deploy this project using:
👤 Author
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- [Add more text and styling to the webpage]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly share my github repo with your friends and follow me on the various social media platforms
I would like to thank my learning partners and my family for giving me the needed support.
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.