https://github.com/reem-lab/trails-tribute
https://github.com/reem-lab/trails-tribute
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reem-lab/trails-tribute
- Owner: Reem-lab
- License: mit
- Created: 2021-11-29T16:22:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T23:04:04.000Z (over 4 years ago)
- Last Synced: 2025-07-05T01:40:35.024Z (about 1 year ago)
- Language: HTML
- Size: 769 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Build a Tribute Page
> A simple tribute page for a doctor Dr. Norman Borlaug
The man who saved a billion lives.

*A Screenshot of the Mobile Version of the Portfolio App*
## Built With
- Languages: _**HTML, CSS**_
- Technologies used: _**GIT, GITHUB, LINTERS**_
## Live Demo
[Live Demo Link](https://reem-lab.github.io/)
## Getting Started
**Start by cloning the repo and setup the gulpfile + linters.**
To get a local copy up and running follow these simple example steps.
### Prerequisites
- [**npm**](https://nodejs.org) (**n**ode **p**ackage **m**anager) - to be able to install packages locally.
- **A github Account** - to be able to use github actions.
### Setup
- **Open** the terminal.
- **Run** `cd \path\to\where\you\want\your\local\copy`
- **Clone** the repo
1. **Run** `git clone git@github.com:MrRamoun/README.git`
2. **Run** `cd README/`
### Install
- install **Webhint** linter
1. **Run** `npm install --save-dev hint@6.x`
- install **Stylelint** linter
1. **Run** `npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x`
- install **ESLint** linter
1. **Run** `npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x`
- install **gulp**
1. **Run** `touch gulpfile.js`
2. **Run** `npm install gulp --save-dev`
3. **Run** `npm install gulp-autoprefixer --save-dev`
### Usage
### Run tests
- run **Webhint** linter
- **Run** `npx hint .` on the root of your directory of your project.
- run **Stylelint** linter
- **Run** `npx stylelint "**/*.{css,scss}"` on the root of your directory of your project.
- run **ESLint** linter
- **Run** `npx eslint .` on the root of your directory of your project.
- run **gulp**
- **Run** `gulp ` on the root of your directory of your project.
### Deployment
## Authors
👤 **Reem**
Platform | Badge |
--- | --- |
- **GitHub** | [](https://github.com/reem-lab)
- **Twitter**| [](https://twitter.com/Rem79940127)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](/LICENSE) licensed.