https://github.com/akasharojee/hello-microverse
W1D2: Hello Microverse
https://github.com/akasharojee/hello-microverse
css html linter microverse
Last synced: 2 months ago
JSON representation
W1D2: Hello Microverse
- Host: GitHub
- URL: https://github.com/akasharojee/hello-microverse
- Owner: AkashaRojee
- Created: 2021-06-01T19:36:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T14:23:54.000Z (about 4 years ago)
- Last Synced: 2025-02-02T10:44:54.668Z (4 months ago)
- Topics: css, html, linter, microverse
- Language: HTML
- Homepage: https://akasharojee.github.io/hello-microverse/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Hello Microverse
> 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## Built With
- Major languages: HTML, CSS
- Frameworks: none
- Technologies used: Lighthouse, Webhint, Stylelint## Live Demo
[Live Demo Link](https://akasharojee.github.io/hello-microverse/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node.js and npm
- Lighthouse
- Webhint
- Stylelint### Setup
- Work on feature branch
- Add .gitignore
- Add config files for linters
- Add HTML and CSS files### Install
- Install Node Version Manager
- Install Node.js
- Install linters: Lighthouse, Webhint, Stylelint### Usage
To run Lighthouse audit: lighthouse URL
To run Webhint: npx hint .
To run Stylehint: npx stylelint "**/*.{css,scss}"
### Deployment
Open pull request according to Microverse guidelines.
## Authors
👤 **Akasha Rojee**
- GitHub: [@AkashaRojee](https://github.com/AkashaRojee)
- Twitter: [@AkashaRojee](https://twitter.com/AkashaRojee)
- LinkedIn: [Akasha Rojee](https://linkedin.com/in/AkashaRojee)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AkashaRojee/hello-microverse/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse students who helped one another figuring out working with linters :clap:
## 📝 License
This project is [MIT](./MIT.md) licensed.