mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
docs: update README (#226)
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user