Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benawi/hello-world
Set up a Hello Microverse project
https://github.com/benawi/hello-world
Last synced: about 5 hours ago
JSON representation
Set up a Hello Microverse project
- Host: GitHub
- URL: https://github.com/benawi/hello-world
- Owner: Benawi
- Created: 2023-03-22T14:06:23.000Z (almost 2 years ago)
- Default Branch: Main
- Last Pushed: 2023-03-23T14:20:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T19:22:13.892Z (9 months ago)
- Size: 708 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#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.
Client
- **no linter errors**
- Not deployed
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
> cd my-folder
> git clone [email protected]:myaccount/my-project.git
### Prerequisites
In order to run this project you need:
- gitHub account;
- git installed on your OS.
### Install
Installations required to run this project:
- Webhint installation. Run the following command:
> npm install --save-dev [email protected]
- Stylelint installation. Run the following command:
> npm install --save-dev [email protected] [email protected] [email protected] [email protected]
### Usage
You can use this project by cloning it to your folder and changing index.html and styles.css files.
### Run tests
To run tests, run the following commands:
> npx hint .
> npx stylelint "**/*.{css,scss}"
### Deployment
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
No future features suggested.
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](./MIT.md) licensed.