This repository contains the HTML, CSS, and JavaScript for the promotional site for Arctic Web Map.
It is built with Bootstrap 3 and PolarMap.js 1.2.1.
Use express
for Node.js:
$ npm install http-server -g
$ http-server public
Then a local instance should be available at http://localhost:8080/.
With a server running Dokku, add a git remote to this repository, then push the master branch.
$ git remote add dokku dokku@sarcee:arctic-web-map-pages
$ git push dokku master
This will deploy it as a Static HTML app. Next the domains need to be configured.
$ ssh dokku@sarcee domains:add arctic-web-map-pages webmap.arcticconnect.ca webmap.arcticconnect.org arctic-web-map.gswlab.ca
Updating the domains should take a few seconds, and work instantly if the DNS is configured.
MIT License
James Badger [email protected]