Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 509 Bytes

Readme.md

File metadata and controls

17 lines (11 loc) · 509 Bytes

Frontend for the Carbonara project – CO2 emission calculator for the blockchain

Prerequisites

This application makes requests to the carbonara backend.

Local development

  • Clone the repository
  • Go to project's root folder
  • Install Node Packages with yarn install
  • Run app with npm start
  • App is running on http://localhost:3000

Docker

Dockerfile is outdated, Docker support is currently not available.