Files
pse.dev/README.md
2023-05-29 12:41:46 -05:00

44 lines
662 B
Markdown

# Privacy & Scaling Explorations
Enhancing Ethereum through cryptographic research and collective experimentation.
## Tech Stack
[@shadcn's Nextjs 13 template](https://github.com/shadcn/next-template)
- Next.js 13 App Directory
- Radix UI Primitives
- Tailwind CSS
- Icons from [Lucide](https://lucide.dev)
- Dark mode with `next-themes`
- Tailwind CSS class sorting, merging and linting.
## Run Locally
Clone the project
```bash
git clone https://github.com/privacy-scaling-explorations/website-v2
```
Go to the project directory
```bash
cd website-v2
```
Install dependencies
```bash
pnpm install
```
Start the app
```bash
pnpm dev
```