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