| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Building the website depends on Docusaurus, you must have npm or yarn installed. You can run the site locally with:
git clone https://github.com/actix/actix-website.git
cd actix-website
npm install # or yarn install
npm start # or yarn startThen visit http://localhost:3000.
Diagrams are located under /static/img/diagrams/ and built with Mermaid CLI.
For instance to edit connection_overview diagram:
cd static/img/diagrams
vi connection_overview.mmd
# Compile diagrams:
mmdc -i connection_overview.mmd -o connection_overview.svgThis site is licensed under either of
| Back | FazBrowse Home | New Git URL |