Google map with visa-free countries for ukrainians.
Uses data from Ministry of Foreign Affairs of Ukraine.
- you should have bower installed (requires node.js, npm and git)
- run
bower install
to install dependencies - run
python -m SimpleHTTPServer 7777
to start the server - open localhost:7777
The service is deployed to Github Pages from gh-pages branch that contains installed bower dependencies.
Currently the process is manual.
- merge
master
branch togh-pages
:git checkout gh-pages
git merge master
- if dependencies were changed - install & commit them:
bower install
git add bower_components
git commit -m "Update bower dependencies"
- push changes to
gh-pages
:git push origin gh-pages