rownbc / constitution

Articles of Incorporation and Bylaws of the Narragansett Boat Club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Narragansett Boat Club Constitution and Bylaws

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.

Build Status Uptime Release License

This repository tracks changes to the Narragansett Boat Club Constitution and Bylaws and allows for easy suggestion and amendment.

Getting Started

Requirements:

  • Option 1: docker or equivalent container runtime
  • Option 2: vagrant
  • Option 3: pandoc and TeXLive (Unix) or MiKTeX (Windows)

Usage

Option 1: Using Container Runtime

# 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

Option 2: Using Vagrant

vagrant init rownbc/constitution
vagrant up

Option 3: Manually

mkdir build
pandoc -f markdown --template=script/default.latex document.md -o build/constitution.pdf

About

Articles of Incorporation and Bylaws of the Narragansett Boat Club