Instructions based on using Mac OSX with no current set up
We recommend using VSCode but it really doesn't matter if you wish to use an alternative IDE
iTerm2 is a more fully featured terminal than the in built one in Mac.
Homebrew is a package manager for Mac, it makes installing some things easier
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"brew install nvmInstall Node Version 16.13.0
nvm install 16.13.0Instruct NVM to use the project's required version of Node as sset in the .nvmrc file (16.13.0)
nvm useClone the repo into a location within your Mac (or PC) Instruction TBC
Using terminal within VSCode or iTerm etc, run the following from within the website folder (See FontAwesome note below)
npm installnpm run devI'd usually use Storybook, but playing with Histoire, it doesn't like i18n though.
npm run story:devUse the following cmd to install Vue3 plugin, This causes an error with just doing an npm install for reason
npm i --save @fortawesome/vue-fontawesome@latest-3