Skip to content

Commit

Permalink
Merge pull request #313 from CirclesUBI/docs/m-32
Browse files Browse the repository at this point in the history
M-32: docs(readme): update wording
  • Loading branch information
almereyda authored Jul 19, 2023
2 parents bb875ef + f27a906 commit 8ef4d32
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# shell-dapp-starter template
# Circles platform (o platform)

## Quickstart

Checkout

```shell
# Checkout
git clone https://github.com/circlesland/o-platform.git
git clone https://github.com/CirclesUBI/o-platform.git

# Build
cd o-platform
Expand All @@ -13,14 +14,16 @@ cd o-platform
# Run
cd shell
npm run dev
```

Build & Run with local self-signed certificate:

#Build & Run with local self-signed Certificate:
```shell
cd o-platfrom
./buildlocal.shrink-0
./buildlocal.sh

cd shell
npm run devs

npm run dev
```

## Building blocks
Expand Down

0 comments on commit 8ef4d32

Please sign in to comment.