Fixed ordering of readme (developing->running)
This commit is contained in:
committed by
Rune Harlyk
parent
135c7b0c94
commit
7c3dd2d15b
@@ -1,5 +1,22 @@
|
|||||||
# Running the spot
|
# Running the spot
|
||||||
|
|
||||||
|
### Start the Development Server
|
||||||
|
|
||||||
|
Use the following commands to launch the development server with Vite, enabling instant updates:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd app
|
||||||
|
pnpm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
Please note that this example uses the `pnpm` package manager. For any other package manager such as `npm` or `yarn`, please adjust the command accordingly to run the dev command.
|
||||||
|
|
||||||
|
[Download the pnpm package manager from pnpm.io](https://pnpm.io/installation)
|
||||||
|
### Access the Vite server
|
||||||
|
|
||||||
|
Access the frontend via the browser link provided by Vite.<br>
|
||||||
|
Vite typically runs on port 5173, and can be accessed locally at [localhost:5173](http://localhost:5173/)
|
||||||
|
|
||||||
> *Prerequsition*: You have successfully built, flashed, and configured your robot.
|
> *Prerequsition*: You have successfully built, flashed, and configured your robot.
|
||||||
|
|
||||||
Navigate to `/controller`
|
Navigate to `/controller`
|
||||||
|
|||||||
@@ -22,13 +22,4 @@ server: {
|
|||||||
|
|
||||||
> Changes require a restart of the development server.
|
> Changes require a restart of the development server.
|
||||||
|
|
||||||
### Start the Development Server
|
|
||||||
|
|
||||||
Use the following commands to launch the development server with Vite, enabling instant updates:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
cd app
|
|
||||||
pnpm run dev
|
|
||||||
```
|
|
||||||
|
|
||||||
Access the frontend via the provided browser link.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user