Skip to content

Commit

Permalink
adding readme for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trbutler4 committed Oct 25, 2024
1 parent 3c8ad17 commit cdee322
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# Starknet Phone Docs

Docs are leveraging mdBook

[mdBook docs](https://rust-lang.github.io/mdBook/)

run docs locally:

```bash
cargo install mdbook
```

```bash
mdbook serve --open
```

0 comments on commit cdee322

Please sign in to comment.