Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 399 Bytes

This repo contains the landing page website for ETH Tech Tree

Getting Started

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.