Weather, fire and road conditions for Meyers, CA
Static HTML - public website at andyl.github.io/xmeyers.
# 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
Content files are in _cards/*.md
.
The HTML is generated by Tableau.
This site uses a custom Tableau extension: Cards
$ bin/serve
$ bin/build
The site is served using Github Pages
Build > Commit > Push