|
| 1 | +[](https://mrramoun.github.io) |
| 2 | + |
| 3 | +# Project Name |
| 4 | + |
| 5 | +> One paragraph statement about the project. |
| 6 | +
|
| 7 | + |
| 8 | + |
| 9 | +| *Additional description about the project and its features.* |
| 10 | + |
| 11 | +## Built With |
| 12 | + |
| 13 | +- Languages: _**N/A**_ |
| 14 | +- Frameworks: _**N/A**_ |
| 15 | +- Technologies used: _**N/A**_ |
| 16 | + |
| 17 | +## Live Demo |
| 18 | + |
| 19 | +[Live Demo Link](https://livedemo.com) |
| 20 | + |
| 21 | +## Getting Started |
| 22 | + |
| 23 | +**This is an example of how you may give instructions on setting up your project locally.** |
| 24 | +**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.** |
| 25 | + |
| 26 | +To get a local copy up and running follow these simple example steps. |
| 27 | + |
| 28 | +### Prerequisites |
| 29 | + |
| 30 | +- [**npm**](https://nodejs.org) (**n**ode **p**ackage **m**anager) - to be able to install packages locally. |
| 31 | +- **A github Account** - to be able to use github actions. |
| 32 | + |
| 33 | +### Setup |
| 34 | + |
| 35 | +- **Open** the terminal. |
| 36 | +- **Run** `cd \path\to\where\you\want\your\local\copy` |
| 37 | +- **Clone** the repo |
| 38 | + 1. **Run** `git clone git@github.com:MrRamoun/README.git` |
| 39 | + 2. **Run** `cd README/` |
| 40 | + |
| 41 | +### Install |
| 42 | + |
| 43 | +- install **Webhint** linter |
| 44 | + |
| 45 | + 1. **Run** `npm install --save-dev hint@6.x` |
| 46 | + 2. **Copy** [.hintrc](https://github.com/microverseinc/linters-config/blob/master/html-css/.hintrc) file to the root directory of your project. |
| 47 | + |
| 48 | +- install **Stylelint** linter |
| 49 | + |
| 50 | + 1. **Run** `npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x` |
| 51 | + 2. **Copy** [.stylelintrc.json](https://github.com/microverseinc/linters-config/blob/master/html-css/.stylelintrc.json) to the root directory of your project. |
| 52 | + |
| 53 | + |
| 54 | +### Usage |
| 55 | + |
| 56 | +### Run tests |
| 57 | + |
| 58 | +- run **Webhint** linter |
| 59 | + - **Run** `npx hint .` on the root of your directory of your project. |
| 60 | +- run **Stylelint** linter |
| 61 | + - **Run** `npx stylelint "**/*.{css,scss}"` on the root of your directory of your project. |
| 62 | + |
| 63 | +### Deployment |
| 64 | + |
| 65 | +## Authors |
| 66 | + |
| 67 | +👤 **Author1** |
| 68 | + |
| 69 | +- **GitHub**: [](https://github.com/mrramoun) |
| 70 | +- **Twitter**: [](https://twitter.com/ramoun16) |
| 71 | +- **LinkdIn**: [](https://www.linkedin.com/in/ramoun/) |
| 72 | + |
| 73 | +👤 **Author2** |
| 74 | + |
| 75 | +- GitHub: [@githubhandle](https://github.com/githubhandle) |
| 76 | +- Twitter: [@twitterhandle](https://twitter.com/twitterhandle) |
| 77 | +- LinkedIn: [LinkedIn](https://linkedin.com/linkedinhandle) |
| 78 | + |
| 79 | +## 🤝 Contributing |
| 80 | + |
| 81 | +Contributions, issues, and feature requests are welcome! |
| 82 | + |
| 83 | +Feel free to check the [issues page](issues/). |
| 84 | + |
| 85 | +## Show your support |
| 86 | + |
| 87 | +Give a ⭐️ if you like this project! |
| 88 | + |
| 89 | +## Acknowledgments |
| 90 | + |
| 91 | +- Hat tip to anyone whose code was used |
| 92 | +- Inspiration |
| 93 | +- etc |
| 94 | + |
| 95 | +## 📝 License |
| 96 | + |
| 97 | +This project is [MIT](lic.url) licensed. |
0 commit comments