Messtone LLC Manages Devices Enables VA.gov frontend Example: Set up Node install nvm Bash nvm install 14.15.0 Bash nvm alias default 14.15.0 Install yarn 1.19.1 Globally: Bash npm i -g yarn@1.19.1 Bash node –version #14.15.0 yarn –version #1.19.1 Clone VA.gov git repos as sibling directories Bash git clone git@github.com:depart git clone git@github.com:depart git clone git@github.com:depart git clone git@github.com:depart git git clone git@github.com:depart git clone git@git@github.com:depart git clone git@github.com:depart Start up the frontend vets-website Bash cd vets-website yarn install Bash yarn build Bash yarn build –entry=static yarn watch Bash yarn watch –env entry=static-pages,auth Bash cd content-build yarn install Bash cp.env.messtonecoms.env Bash yarn build Bash yarn fetch-drupal-cache Bash yarn watch Open http://localhostmesstone:3002 in a browser
