The landing page is a project built with development best practices such as HTML semantic tags, CSS prefixes, Linters, and more.
To get a local copy up and running follow these simple example steps.
- Clone or download the repository
- Open the index.html in your browser
Clone from the GitHub repository. Open your Terminal and run the command:
git clone git@github.com:jorgevrgs/portfolio.git
When the process is completed enter to the folder:
cd portfolio
As an alternative, to download the code, open the repository link here, and look for the green button Code
and then click on the option Download ZIP
.
npm install
Linters:
npm run lint:css
npm run lint:css:fix
npm run lint:html
Build:
npm run build:css
npm run watch:css
npm test
GitHub Pages:
-
Open your repository page settings, i.e.
https://github.com/<USERNAME>/<REPOSITORY_NAME>/settings/pages
where USERNAME is your GitHub user, for instancejorgevrgs
, and REPOSITORY_NAME is the name of the GitHub repository, for exampleportfolio
. -
Find the
Source
section and select the Branch, default ismain
and click onSave
button. -
As a result your page will be published at
https://<USERNAME>.github.io/<REPOSITORY_NAME>
.
👤 Jorge Vargas
- 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!
- Microverse
- My coding partners
This project is MIT licensed.