I replaced this Vuepress-powered website with a Hugo one: it continues here
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
See this link.
yarn upgrade vuepress-vite@2.0.0-beta.XX
rm -R node_modules && rm yarn.lock && yarn install
npm run docs:build
npm run docs:dev
to see if the site loads and renders well :)Run:
yarn upgrade vuepress-theme-hope@2.0.0-beta.XX