Skip to content

Commit

Permalink
Update package and README (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest authored Sep 2, 2024
1 parent 66906d2 commit 4cde112
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 216 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ To build the documentation on your local machine, ensure you have Python and pip
# Clone the repository.
git clone https://github.com/darwinia-network/docs.git && docs
# Install necessary dependencies.
pip install mkdocs-material mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin
# View the documentation in your browser at `http://127.0.0.1:8000`.
poetry install --no-root
# Build and view the documentation in your browser at `http://127.0.0.1:8000`.
mkdocs build
mkdocs serve
```

Expand Down
Loading

0 comments on commit 4cde112

Please sign in to comment.