This project creating Github repository, branches and github flows set up a new repository and test linter create two sections of the mobile website using the template
- HTML
- CSS
- Linters
To get a local copy up and running follow these simple example steps.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
git clone https://github.com/DamenaM/Portofolio.git - To access cloned directory run:
cd Portofolio - Open it with the live server
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint . - For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
👤 Author
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Thank You Microverse team that help me with the template of this project.
- Thanks to everyone who will get time to check this code and suggest any issues
This project is MIT licensed.