Hi, I'm Ilán Vivanco! I'm a Senior Full Stack Web Developer. 🚀 This is the codebase behind my personal portfolio website.
If you have any suggestions, feel free to fork this repo and send a PR.
I started to learn Vue.js and decided to give it a go for this website.
I also used the Nuxt.js framework to serve static pages and load content from .md
files.
- Clone this repo locally.
- Install dependencies by
npm install
. - Run
npm run dev
.