Skip to content

InflorescensesQuinoa/siteweb

Repository files navigation

Site web de Camille Vasset et son activité de production de Quinoa

Netlify Status

Pré-requis

Getting started

Using yarn makes the installation much quicker.

npm install --global yarn #(or use the .msi => https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable)
yarn

Then, launch the project:

npm run docs:dev

Or to build it:

npm run docs:build

VuePress changelogs to upgrade

See this link.

  1. run yarn upgrade [email protected]
  2. run rm -R node_modules && rm yarn.lock && yarn install
  3. run npm run docs:build
  4. run npm run docs:dev to see if the site loads and renders well :)

VuePress theme upgrade

Run:

yarn upgrade [email protected]