cd app/ephraim.portfolio
yarn install
cd app/ephraim.portfolio
yarn run serve
cd app/ephraim.portfolio
yarn run build
cd app/ephraim.portfolio
yarn run test
cd app/ephraim.portfolio
yarn run lint
##Optional Setup Using Docker
docker build -t vuecli . #done only on first setup
docker run -t -d -P --name vuecliContainer -v <drive>:<directory in host where you save your project>:/app -p 6969:8080 vuecli #for creating a container
docker exec -t vuecliContainer bash #ssh into container
cd ephraim.portfolio
yarn serve
visit localhost:6969