aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/scripts/http-page-preview.ps1
blob: 79ed77a8bdcd64ea95e475d5521f6f7b0110b570 (plain) (blame)
1
2
3
4
$starting_dir = Get-Location
Set-Location "docs"
python -m http.server 3000
Set-Location $starting_dir