mirror of
https://github.com/fastapi/fastapi.git
synced 2026-07-28 23:57:37 -04:00
6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
mkdocs serve --dev-addr 0.0.0.0:8008
|