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.
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.