Election results in the London Borough of Sutton.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Adrian Short 1b761c2e7f
Merge pull request #36 from adrianshort/dependabot/bundler/addressable-2.8.0
hace 2 años
bin Add page titles hace 5 años
docs Fix data again hace 6 años
lib Move from postgres to sqlite database hace 5 años
public Delete _redirects hace 4 años
views Update about.haml hace 4 años
.gitignore Add Netlify _redirects file hace 5 años
.ruby-version Upgrade to ruby 2.3.1 and newer gems hace 6 años
Gemfile Update to Ruby 3.1.2 hace 2 años
Gemfile.lock Merge pull request #36 from adrianshort/dependabot/bundler/addressable-2.8.0 hace 2 años
LICENSE.txt Added license and updated about text hace 14 años
README Add useful README hace 2 años
Rakefile Add rake task for listing elections hace 6 años
models.rb Add useful README hace 2 años

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>