- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Hello Microverse project is built for training and understanding Linters.
- HTML, CSS
- Git, Github
- VSCode
Client
- HTML
- CSS
Server
- N/A
Database
- N/A
- This is a stable version
- Running the code will print 'Hello Microverse'.
- the title's color is red
- N/A
Clone the folder to your local machine, make sure to configure linters by following the instructions in the Linters README file
Set up the yaml file located in .github/workflows/linters.yml
Install all different dependencies of linters file:
- lighthouse (
.github/workflows/linters.yml
) - webhint (
.github/workflows/linters.yml
) - stylelint (
.github/workflows/linters.yml
)
To run the project, execute the following command: open your live server
After pushing the changes on github, merge your pull request and let github action process changes. Check for the tests when you generate a pull request and fix errors, if any.
For stylelint errors run:sudo npx stylelint "**/*.{css,scss}" --fix
for automatic fix.
You can deploy this project using: N/A
👤 Ashmal Zahra
- GitHub: @ashmalzahra
- Twitter: @AshmalZahraa
- LinkedIn: ashmal-zahra
- Next version will have an option to display 'Hello Universe'
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank Microverse team for the information provided.
-
Can I download and use the project?
- Yes, the project is open source, you can download and use it as you wish.
This project is This project is MIT licensed.