Skip to content

Commit

Permalink
πŸ‘‰πŸ‘ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeiwan committed Dec 18, 2023
1 parent f8473fc commit 7958742
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,19 @@ Don't hesitate to ask questions about anything that's not clear in the book!
## Running locally

To run the book locally:
1. Install [Hugo](https://gohugo.io/).
1. Clone the repo and the theme submodule:
1. Install [Rust](https://www.rust-lang.org/).
1. Install [mdBook](https://github.com/rust-lang/mdBook):
```shell
$ git clone https://github.com/Jeiwan/uniswapv3-book --recurse-submodules
$ cargo install mdbook
$ cargo install mdbook-katex
```
1. Clone the repo:
```shell
$ git clone https://github.com/Jeiwan/uniswapv3-book
$ cd uniswapv3-book
```
1. Run:
```shell
$ hugo server -D
$ mdbook serve --open
```
1. Visit http://localhost:1313/ (or whatever URL the previous command outputs!)
1. Visit http://localhost:3000/ (or whatever URL the previous command outputs!)

0 comments on commit 7958742

Please sign in to comment.