- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Hello Microverse! project is a repository consisting of the following files:
- HTML file (index.html)
- CSS file (styles.css)
The repository also contains files for setting up linters and validators.
- no linter errors
- Not deployed
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
cd my-folder git clone git@github.com:myaccount/my-project.git
In order to run this project you need:
- gitHub account;
- git installed on your OS.
Installations required to run this project:
- Webhint installation. Run the following command:
npm install --save-dev hint@7.x
- Stylelint installation. Run the following command:
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
You can use this project by cloning it to your folder and changing index.html and styles.css files.
To run tests, run the following commands:
npx hint . npx stylelint "**/*.{css,scss}"
You can deploy this project adding new lines of code to index.html and styles.css files.
👤 Habtamu Alemayehu
- GitHub: [@bena] https://github.com/Benawi
Kindly add 1-3 potential features to your project. 🥺 This can be:
- to build the home page and some other pages,
- styling of the pages,
- making the pages responsive
Contributions, issues, and feature requests are welcome!
If you like this project just star it!
I would like to thank Microverse program for providing me wthis great chance
This project is MIT licensed.