mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-19 19:41:13 -05:00
6 lines
68 B
Bash
6 lines
68 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
mkdocs --serve --dev-addr 0.0.0.0:8008
|