Adopted on March 6th, 1838 by George C. Nightingale, William A. Greene, Rufus Waterman, Henry Lippitt, Sullivan Dorr, Jr., William C. Allen, and Charles Arnold.
This repository tracks changes to the Narragansett Boat Club Constitution and Bylaws and allows for easy suggestion and amendment.
- Option 1:
docker
or equivalent container runtime - Option 2:
vagrant
- Option 3:
pandoc
andTeXLive
(Unix) orMiKTeX
(Windows)
# PROJECT_ROOT/.meta/build.sh
$TAG=random_unique_name
$VERSION=master
$URL=https://github.com/rownbc/constitution.git#${VERSION}:.meta
docker image build -t $TAG $URL && docker run --rm -it $TAG
vagrant init rownbc/constitution
vagrant up
mkdir build
pandoc -f markdown --template=script/default.latex document.md -o build/constitution.pdf