mirror of
https://github.com/AtHeartEngineer/website-v2.git
synced 2026-05-06 03:00:15 -04:00
662 B
662 B
Privacy & Scaling Explorations
Enhancing Ethereum through cryptographic research and collective experimentation.
Tech Stack
- Next.js 13 App Directory
- Radix UI Primitives
- Tailwind CSS
- Icons from Lucide
- Dark mode with
next-themes - Tailwind CSS class sorting, merging and linting.
Run Locally
Clone the project
git clone https://github.com/privacy-scaling-explorations/website-v2
Go to the project directory
cd website-v2
Install dependencies
pnpm install
Start the app
pnpm dev