Test my website at https://vitto.github.io/vit.to/ or http://vit.to
To watch code during development:
npm run dev
The watcher will also let you to test pages via HTTP: http://localhost:8000/
Deploy the dist
folder into the gh-pages
branch:
npm run prod && npm run deploy
The deploy script is based on this gist: https://gist.github.com/cobyism/4730490