mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-08 03:26:48 +00:00
5 lines
66 B
Bash
5 lines
66 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
mkdocs serve --dev-addr 0.0.0.0:8008
|