Portfolio Website made using Vanilla HTML5, CSS3, and linters.
| Screenshot of the intro section of the portfolio
- Languages: HTML, CSS
- Frameworks: N/A
- Technologies used: GIT, GITHUB, LINTERS
To get a local copy up and running follow these simple example steps.
- npm (node package manager) - to be able to install packages locally.
- A github Account - to be able to use github actions.
- Open the terminal.
- Run
cd \path\to\where\you\want\your\local\copy
- Clone the repo
- Run
git clone git@github.com:IsaMarvin/Portfolio.git
- Run
cd README/
- Run
-
install Webhint linter
- Run
npm install --save-dev hint@6.x
- Run
-
install Stylelint linter
- Run
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- Run
-
install ESLint linter
- Run
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
- Run
- run Webhint linter
- Run
npx hint .
on the root of your directory of your project.
- Run
- run Stylelint linter
- Run
npx stylelint "**/*.{css,scss}"
on the root of your directory of your project.
- Run
- run ESLint linter
- Run
npx eslint .
on the root of your directory of your project.
- Run
Platform | Badge |
---|---|
GitHub | @IsaMarvin |
Linkdin | @IsaMarvin |
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
- Inspiration
- etc
This project is MIT licensed.