This is a quick visualization that takes Google maps directions and turns them into an interactive slideshow. Hopefully it will give you a better sense of where you're going!
This site uses middleman. After running bundle
to
install required gems, start middleman with:
$ bundle exec middleman server
This site is deployed as a static page to Amazon S3. You can deploy in two steps:
- Build
$ STAGE=beta bundle exec middleman build
- Publish
$ STAGE=beta bundle exec middleman s3_sync
NOTE: The STAGE
is prefixed to build an env file to use. So beta
will use a
file called .env-beta
, and prod
will use a file called .env-prod
. You need
to make these files, use .env-example
as a template. You might also want a local .env