This repo contains the landing page website for ETH Tech Tree
First, clone the repo and then run:
# Install dependencies, with the --legacy-peer-deps flag
npm install --legacy-peer-deps
# Run the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.