Fixed Grammatical Errors and updated documentation.
This commit is contained in:
committed by
Rune Harlyk
parent
b113a30942
commit
e0d3912d83
@@ -1,12 +1,12 @@
|
||||
# Developing
|
||||
|
||||
> _Prerequsition_: You have successfully build, flashed and configured your robot.
|
||||
> _Prerequsition_: You have successfully built, flashed, and configured your robot.
|
||||
|
||||
## Setting up SvelteKit
|
||||
|
||||
### Proxy Configuration for Development
|
||||
|
||||
Configure the proxy settings in the `vite.config.ts` file to direct API calls to your ESP32 device. By default it used the factory MDNS address, but can be changed to the ip if preferred.
|
||||
Configure the proxy settings in the `vite.config.ts` file to direct API calls to your ESP32 device. By default, it uses the factory MDNS address, but it can be changed to the IP if preferred.
|
||||
|
||||
```ts
|
||||
server: {
|
||||
|
||||
Reference in New Issue
Block a user