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 4ba7c1c commit 2add38eCopy full SHA for 2add38e
README.md
@@ -73,7 +73,10 @@ cargo run -- build add-essential-files
73
# This starts the web server but does not build any crates.
74
# It does not automatically run the migrations, so you need to do that manually.
75
cargo run database migrate
76
-cargo run start-web-server
+# Start the web server. It doesn't automatically reload templates though!
77
+cargo run -- start-web-server
78
+# If you want the server to automatically reload templates if they are modified:
79
+cargo run -- start-web-server --reload-templates
80
```
81
82
If you need to store big files in the repository's directory it's recommended to
0 commit comments