lucasfrey / govbins.uk

Cataloguing a nation's bins

Home Page:https://govbins.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#govbins

Source code for govbins.uk

Running it

Install the dependencies:

yarn install

First, run the development server:

yarn dev

Open http://localhost:3000.

Adding a bin

Add the image in /public/images, then add another entry in /src/bins.js with the information:

{
  fileName: "Cornwall.jpg",
  slug: "cornwall",
  localAuthorityCountry: "eng",
  localAuthorityCode: "NNO",
  collectionDate: "2 October 2021",
  contributorHandle: "@Amy_Hupe",
  contributorURL: "https://twitter.com/Amy_Hupe",
  colour: "601-brown",
  councilName: "Cornwall",
}

About

Cataloguing a nation's bins

https://govbins.uk/


Languages

Language:JavaScript 99.9%Language:CSS 0.1%