Skip to content

Puzzlout/Portal

Repository files navigation

Portal website of Puzzlout company using Mr Hope very feature-rich VuePress theme

Table of contents

Prerequisites

Getting started

VuePress changelogs and upgrade

VuePress theme upgrade

Prerequisites

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 locally:

npm run docs:dev

Or to build it:

npm run docs:build

VuePress changelogs and upgrade

See this link.

When upgrading and having issues with builds, use the following commands:

  1. run yarn upgrade vuepress-vite@2.0.0-beta.XX
  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 changelost and upgrade

See this link.

Run:

yarn upgrade vuepress-theme-hope@2.0.0-beta.XX