If you are only editing javascript or html code, you can easily debug and view your changes by running the script:
cd scripts
./local-deploy.sh
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
You probably want to change the Vagrantfile - ports. And you don't want this change to affect your push/pull
git update-index --skip-worktree Vagrantfile
and when you actually want to change something and push it
git update-index --no-skip-worktree Vagrantfile