Set up a "Hello Microverse" project
This project serves as an introduction to tools and best practices to be used in Microverse projects.
- Using branches
- Setting up linters
- Specifying which files to not track
- Applying GitHub flow
- Writing proper README, commit messages and pull requests
- Submitting projects for code reviews
- Major languages: HTML, CSS
- Frameworks: none
- Technologies used: Lighthouse, Webhint, Stylelint
To get a local copy up and running follow these simple example steps.
- Node.js and npm
- Lighthouse
- Webhint
- Stylelint
- Work on feature branch
- Add .gitignore
- Add config files for linters
- Add HTML and CSS files
- Install Node Version Manager
- Install Node.js
- Install linters: Lighthouse, Webhint, Stylelint
To run Lighthouse audit: lighthouse URL
To run Webhint: npx hint .
To run Stylehint: npx stylelint "**/*.{css,scss}"
Open pull request according to Microverse guidelines.
👤 Akasha Rojee
- GitHub: @AkashaRojee
- Twitter: @AkashaRojee
- LinkedIn: Akasha Rojee
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse students who helped one another figuring out working with linters 👏
This project is MIT licensed.