yarn install
yarn serve
yarn build
yarn lint
To deploy in remote server execute any the following commands
git push production production (to deploy production branch & head to production branch to server)
git push production (deploy all branches)