Election results in the London Borough of Sutton.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 651 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Sutton Elections
  2. ================
  3. An election results website for the London Borough of Sutton.
  4. Dependencies
  5. ------------
  6. Ruby 3.1.2
  7. sqlite3
  8. http://harpjs.com/ is useful to preview the local site.
  9. Installation
  10. ------------
  11. $ export DATABASE_URL=sqlite:///path/to/scraperwiki.sqlite
  12. Build the static site
  13. ---------------------
  14. $ ./bin/build
  15. The static site is now in the _site directory and can be deployed to any
  16. static host.
  17. Repositories
  18. ------------
  19. https://github.com/adrianshort/suttonelections (primary)
  20. https://git.adrianshort.org/adrianshort/suttonelections (mirror)
  21. Maintainer
  22. ----------
  23. Adrian Short <adrian@adrianshort.org>