npm install
create .env.local file with 1 record NODE_ENV=local
then use command below
npm run serve
npm run test:unit
npm run build
npm -g i eslint-cli
eslint "src/**/*.{js,vue}"
to deploy any branch to test server you need to config aws cli first
using this command
aws configure --profile mindlogger_aws
then run commands
npm run build-dev
npm run dev-deploy