Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 984 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 984 Bytes

How Green Is Your Clean?

A work in progress frontend for the Official Carbon Intensity API for Great Britain

Hosted at howgreenisyourclean.uk.

I am in the middle of building this as a portfolio project while on the Northcoders JavaScript full-stack course.

  • The runtime environment is browser based
  • Uses the React framework

How to run and test locally

A built version is available at howgreenisyourclean.uk. However, if you wish to build it yourself:

  1. Clone the repo from [github.com/stevelw/howgreenisyourclean.uk](https://github.com/stevelw/howgreenisyourclean.uk]

    git clone https://github.com/stevelw/howgreenisyourclean.uk

  2. Install the development dependencies

    npm install -d

  3. Build using Vite

    npm run build

    Alternatively, a CodeKit build configuration is included.