docs: update README (#226)

This commit is contained in:
sripwoud
2024-11-03 23:15:41 +01:00
committed by GitHub
parent 4787913b0f
commit 3619d72010
2 changed files with 12 additions and 7 deletions

View File

@@ -29,26 +29,26 @@ For any suggestion, feel free to open issue or send us a message on Discord #sug
Clone the project
```bash
```commandline
git clone https://github.com/privacy-scaling-explorations/pse.dev
```
Go to the project directory
```bash
```commandline
cd pse.dev
```
Install dependencies
```bash
pnpm install
```commandline
yarn
```
Start the app
```bash
pnpm dev
```commandline
yarn dev
```

View File

@@ -48,7 +48,12 @@ export const mopro: ProjectInterface = {
tags: {
keywords: ["Mobile", "Client", "iOS", "Android"],
themes: ["build", "play"],
types: ["Legos/dev tools", "Lego sets/toolkits", "Infrastructure/protocol", "Plugin",],
types: [
"Legos/dev tools",
"Lego sets/toolkits",
"Infrastructure/protocol",
"Plugin",
],
builtWith: ["halo2", "circom"],
},
extraLinks: {