Resume in Nuxt.js
The site is deployed via Netlify, reachable at https://lorena.ramonda.me/.
Original code, work in progress and experiments are hosted by Gitlab.
Final code is hosted by Github and free to consult.
master Github (public) and Gitlab (private)
develop Only on Gitlab (private)
features Only on Gitlab (private)
Original Git Flow with some rules:
- Every featured branch must be squashed into one descriptive commit before rebasing it into develop
Use Yarn
To upgrade Nuxt and all depencencies always run:
nuxi upgrade --force
Check Nuxt version: npm view nuxt version