mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 16:48:02 -05: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