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