«««< HEAD
Creative FrontEnd Web Developer
Strained eyes? There’s DarkMode too :p
NOTE: If you are using this site as a template for your own portfolio site, I would be very glad if you add a link to the original site with my name in footer
Run the site locally
NOTE: The default branch for this repo is develop
, when you push or pull make sure you specify the correct branch
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/ivan-aveunelly/ivan-aveunelly.github.io
cd into the directory
cd ivan-aveunelly.github.io
install all the dependencies
npm install
Then start the development Server
npm run develop
After running the development server the site should be running on https://localhost:8000
A quick look at the folder structure of this project.
.
├── content
│ ├───case-studies
├── cypress
├── plugins
└── src
├───components
│ ├───About
│ ├───common
│ ├───Concepts
│ ├───Contact
│ ├───CreativeCoding
│ ├───Home
│ ├───Layout
│ │ └───Navbar
│ ├───Projects
│ └───Skills
├───hooks
├───pages
└───static
NOTE: if you want to change the blog content or fix any typo you can do that from github’s ui without cloning the repo locally
After cloning & setting up the local project you can push the changes to your github fork and make a pull request.
You can also run the tests locally to see if everything works fine with
npm run test
npm run test:e2e
git add .
git commit -m "commit message"
git push YOUR_REPO_URL develop