Election results in the London Borough of Sutton.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Adrian Short 1b761c2e7f
Merge pull request #36 from adrianshort/dependabot/bundler/addressable-2.8.0
před 2 roky
bin Add page titles před 5 roky
docs Fix data again před 6 roky
lib Move from postgres to sqlite database před 5 roky
public Delete _redirects před 4 roky
views Update about.haml před 4 roky
.gitignore Add Netlify _redirects file před 5 roky
.ruby-version Upgrade to ruby 2.3.1 and newer gems před 6 roky
Gemfile Update to Ruby 3.1.2 před 2 roky
Gemfile.lock Merge pull request #36 from adrianshort/dependabot/bundler/addressable-2.8.0 před 2 roky
LICENSE.txt Added license and updated about text před 14 roky
README Add useful README před 2 roky
Rakefile Add rake task for listing elections před 6 roky
models.rb Add useful README před 2 roky

README

Sutton Elections
================

An election results website for the London Borough of Sutton.


Dependencies
------------

Ruby 3.1.2
sqlite3
http://harpjs.com/ is useful to preview the local site.


Installation
------------

$ export DATABASE_URL=sqlite:///path/to/scraperwiki.sqlite


Build the static site
---------------------

$ ./bin/build

The static site is now in the _site directory and can be deployed to any
static host.


Repositories
------------

https://github.com/adrianshort/suttonelections (primary)
https://git.adrianshort.org/adrianshort/suttonelections (mirror)


Maintainer
----------

Adrian Short <adrian@adrianshort.org>