Invoke docs (#8373)

* Add separate docs page for invoke

* More info on available tasks

* More info

* Strict mode is strict
This commit is contained in:
Oliver
2024-10-27 10:51:51 +11:00
committed by GitHub
parent 9fd882f95e
commit 21ab1a184d
8 changed files with 147 additions and 49 deletions
+3 -1
View File
@@ -9,7 +9,7 @@ The new UI requires a separate frontend server to run to serve data for the new
### Install
The React frontend requires its own packages that aren't installed via the usual invoke tasks.
The React frontend requires its own packages that aren't installed via the usual [invoke](../start/invoke.md) tasks.
#### Docker
@@ -18,7 +18,9 @@ Run the following command:
This will install the required packages for running the React frontend on your InvenTree dev server.
#### Devcontainer
!!! warning "This guide assumes you already have a running devcontainer"
!!! info "All these steps are performed within Visual Studio Code"
Open a new terminal from the top menu by clicking `Terminal > New Terminal`