You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`cargo xtask install-tools`| Install all the tools the project depends on. |
81
-
|`cargo xtask serve`| Start a web server with the course. You'll find the content on http://localhost:3000.|
82
-
|`cargo xtask rust-tests`| Test the included Rust snippets. |
83
-
|`cargo xtask web-tests`| Run the web driver tests in the tests directory. |
84
-
|`cargo xtask build`| Create a static version of the course in the `book/` directory. Note that you have to separately build and zip exercises and add them to book/html. To build any of the translated versions of the course, run MDBOOK_BOOK__LANGUAGE=xx mdbook build -d book/xx where xx is the ISO 639 language code (e.g. da for the Danish translation). [TRANSLATIONS.md](TRANSLATIONS.md) contains further instructions. |
|`cargo xtask install-tools`| Install all the tools the project depends on. |
81
+
|`cargo xtask serve`| Start a web server with the course. You'll find the content on http://localhost:3000.|
82
+
|`cargo xtask rust-tests`| Test the included Rust snippets. |
83
+
|`cargo xtask web-tests`| Run the web driver tests in the tests directory. |
84
+
|`cargo xtask build`| Create a static version of the course in the `book/` directory. Note that you have to separately build and zip exercises and add them to book/html. To build any of the translated versions of the course, run MDBOOK_BOOK\_\_LANGUAGE=xx mdbook build -d book/xx where xx is the ISO 639 language code (e.g. da for the Danish translation). [TRANSLATIONS.md](TRANSLATIONS.md) contains further instructions. |
85
85
86
86
> **Note** On Windows, you need to enable symlinks
87
87
> (`git config --global core.symlinks true`) and Developer Mode.
0 commit comments