Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/privacy-scaling-explorations/pse.dev
The PSE website
https://github.com/privacy-scaling-explorations/pse.dev
cryptography lucide-react nextjs13 privacy research shadcn-ui tailwindcss website zk
Last synced: 8 days ago
JSON representation
The PSE website
- Host: GitHub
- URL: https://github.com/privacy-scaling-explorations/pse.dev
- Owner: privacy-scaling-explorations
- Created: 2023-05-29T15:07:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T23:32:47.000Z (10 days ago)
- Last Synced: 2024-12-17T00:28:55.955Z (10 days ago)
- Topics: cryptography, lucide-react, nextjs13, privacy, research, shadcn-ui, tailwindcss, website, zk
- Language: TypeScript
- Homepage: https://pse.dev
- Size: 31.3 MB
- Stars: 20
- Watchers: 5
- Forks: 40
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Privacy & Scaling Explorations
Enhancing Ethereum through cryptographic research and collective experimentation.
## Contributing guidelines
### Open for contribution.
- For adding new features, please open PR and first merge to staging/dev for QA, or open issue for suggestion, bug report.
- For any misc. update such as typo, PR to main and two approval is needed.### Add/Edit project list
- For updating/adding project detail [you can follow this guide](https://github.com/privacy-scaling-explorations/pse.dev/blob/main/data/projects/README.md)## PR Review process
#### For internal, PSE member:
- Suggest to tag: @kalidiagne, @ChialiT, @AtHeartEngineer, @kichong for PR review.
- If question, please reach out in discord channel #website-pse#### For external:
- Translation PR: please tag a member you know that can help review your translation
- Any type of PR: please state clear your intention
For any suggestion, feel free to open issue or send us a message on Discord #suggestion## Run Locally
Clone the project
```commandline
git clone https://github.com/privacy-scaling-explorations/pse.dev
```Go to the project directory
```commandline
cd pse.dev
```Install dependencies
```commandline
yarn
```Start the app
```commandline
yarn 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.