This project is using GitHub Pages to host a website for a daily fantasy football league.
/example.md is a template that can be used with a JSON file generated using dkextract.
Follow directions listed here: Testing your GitHub Pages site locally with Jekyll
- Clone this repository:
git clone [email protected]:climardo/platanofb.git. - Install Jekyll. On Debian:
sudo apt-get install ruby-full build-essential
- Install Bundler.
- Install Nokogiri dependencies.
- Execute
bundle installin the repository directory. - Execute
bundle update.
new_week.py usage
./new_week.py 139261293 /relative/path/to/contest_standings.csv
