We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967471d commit 86d7db5Copy full SHA for 86d7db5
README.md
@@ -44,7 +44,16 @@ cp .env.example .env
44
# Open the new .env file in your favourite editor and make the changes
45
```
46
47
-5. Run the dev server using `F5` key in VSCode. You can also run the server script:
+5. Run the dev server using `F5` key in VSCode. You can also use the `dev-launch` shell script:
48
+```shell
49
+# Windows
50
+./scripts/dev-launch.bat
51
+
52
+# POSIX
53
+bash ./scripts/dev-launch.sh
54
+```
55
56
+6. You can also run the server (cli) script:
57
```shell
58
sample-fastapi --help
59
0 commit comments