Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 942 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 942 Bytes

Lorena Ramonda

Resume in Nuxt.js

Deployment

Netlify Status

The site is deployed via Netlify, reachable at https://lorena.ramonda.me/.

Versioning

Original code, work in progress and experiments are hosted by Gitlab.
Final code is hosted by Github and free to consult.

Branches

master Github (public) and Gitlab (private)
develop Only on Gitlab (private)
features Only on Gitlab (private)

Flow

Original Git Flow with some rules:

  • Every featured branch must be squashed into one descriptive commit before rebasing it into develop

Package manager

Use Yarn

Upgrade Nuxt

To upgrade Nuxt and all depencencies always run:

nuxi upgrade --force

Check Nuxt version: npm view nuxt version