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 pnpm
Run pnpm install
Generate SSH certificates:
brew install mkcert
mkcert -install
mkcert localhost
Run pnpm dev
To upgrade Nuxt and all depencencies always run:
nuxi upgrade --forceCheck Nuxt version: npm view nuxt version