Skip to content

Commit

Permalink
Delete instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Apr 12, 2022
1 parent ef072cf commit 60e0b49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ From project root:
(4) yarn cli feed alice@localhost:2583

# Keep playing around. Try unliking, deleting or editing posts, or add a third user into the mix! They can be registered to one of the existing servers

# If you want to wipe the slate clean run
(1/2) yarn wipe-db # wipes server databases & blockstore
(3/4) yarn destroy # deletes user repo & keypair
```

---
Expand Down Expand Up @@ -146,7 +150,7 @@ A few notes for the curious ones that find themselves trawling the depths of the

Data is separated in the user repository by namespace.

A user's microblogging data lives separately from their community forum data which lives separate from their long form writing data and so on. Each namespace following its respective data spec.
A user's microblogging data lives separately from theichr community forum data which lives separate from their long form writing data and so on. Each namespace following its respective data spec.

We've implemented only one sample namespace here: microblogging.

Expand Down

0 comments on commit 60e0b49

Please sign in to comment.