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 nvm
Install Node Version 16.13.0
nvm install 16.13.0
Instruct NVM to use the project's required version of Node as sset in the .nvmrc
file (16.13.0)
nvm use
Clone 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 install
npm run dev
I'd usually use Storybook, but playing with Histoire, it doesn't like i18n though.
npm run story:dev
Use 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