Skip to content

actix/actix-website

Folders and files

NameName
Last commit message
Last commit date
Apr 22, 2025
Aug 4, 2024
Apr 6, 2025
Apr 22, 2025
Jun 9, 2024
Feb 25, 2025
May 28, 2024
Nov 6, 2023
Nov 1, 2023
May 22, 2018
Feb 26, 2022
Feb 26, 2022
May 27, 2024
Nov 1, 2023
Jun 10, 2024
Aug 19, 2024
Apr 24, 2025
May 28, 2024
May 28, 2024
May 28, 2024
Jun 1, 2024

Repository files navigation

Actix Website

Getting Started

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 start

Then visit http://localhost:3000.

Updating diagrams

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.svg

License

This site is licensed under either of