This dev environment assumes a Mac or Linux dev environment. Please install nvm through homebrew on a Mac, (or follow the documentation here)
Next, install the latest version of Node:
nvm install --lts
Finally, install Vue CLI 3
npm install -g @vue/cli
clone the project, cd into the directory, and follow the Project setup steps
npm install
npm run serve
npm run build
npm run build-deploy
builds project and copies to new output directory. Please adjust output directory if you plan to use this build process for yourself
npm run lint