Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 582 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 582 Bytes

Welcome to CO2 Radar

This is an university project based on Next.js with the aim of developing an interactive and responsive website for a fictional non-profit environmental organisation. All data is fictional unless otherwise stated.

To run the CO2 Radar Website

First, install the necessary Node modules from package.json with:

npm install

Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.