mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
55 lines
1.1 KiB
Markdown
55 lines
1.1 KiB
Markdown
|
|
# Privacy & Scaling Explorations
|
|
|
|
Enhancing Ethereum through cryptographic research and collective experimentation.
|
|
|
|
## Contributing guidelines
|
|
|
|
Open for contribution.
|
|
- For updating project detail, please open PR and request at least two reviewers for approval.
|
|
- For adding new features, please open PR and first merge to staging/dev for QA.
|
|
- For any misc. update such as typo, PR to main and two approval is needed.
|
|
|
|
<img width="1318" alt="image" src="https://github.com/privacy-scaling-explorations/website-v2/assets/16527634/226c869c-7782-4696-8beb-255fcb9ed137">
|
|
|
|
|
|
## 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
|
|
```
|
|
|
|
|
|
|
|
## 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.
|
|
|