Skip to content
/ xmeyers Public

Weather and road conditions for Meyers

Notifications You must be signed in to change notification settings

andyl/xmeyers

Repository files navigation

xmeyers

Weather, fire and road conditions for Meyers, CA

Static HTML - public website at andyl.github.io/xmeyers.

Installing

# clone the repo 
> git clone https://github.com/andyl/xmeyers.git 
# install dependencies 
> cd xmeyers && mix deps.get
# build the pages 
> bin/build 
# start the development server 
> bin/serve 
# open a browser to `http://localhost:4999/xmeyers

Editing

Content files are in _cards/*.md.

Tableau SSG

The HTML is generated by Tableau.

This site uses a custom Tableau extension: Cards

Building

$ bin/serve
$ bin/build

Deploying

The site is served using Github Pages

Build > Commit > Push