Election results in the London Borough of Sutton.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Adrian Short 0bde119008 Add useful README 4年前
bin Add page titles 7年前
docs Fix data again 8年前
lib Move from postgres to sqlite database 7年前
public Delete _redirects 6年前
views Update about.haml 6年前
.gitignore Add Netlify _redirects file 7年前
.ruby-version Upgrade to ruby 2.3.1 and newer gems 8年前
Gemfile Update to Ruby 3.1.2 4年前
Gemfile.lock Update to Ruby 3.1.2 4年前
LICENSE.txt Added license and updated about text 16年前
README Add useful README 4年前
Rakefile Add rake task for listing elections 8年前
models.rb Add useful README 4年前

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>