mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
explain how to build and test web and core standalone
This commit is contained in:
@@ -67,5 +67,15 @@ The Web is based off Rick's awesome [esp8266-react](https://github.com/rjwats/es
|
||||
* `factory_settings.ini` modified with `ems-esp-neo` as password and `ems-esp` everywhere else
|
||||
|
||||
|
||||
## To develop and test the Web UI
|
||||
- uncomment the `-D ENABLE_CORS` in `platformio.ini`
|
||||
```sh
|
||||
cd interface
|
||||
npm start
|
||||
```
|
||||
|
||||
## To test the core, standalone with an ESP
|
||||
|
||||
```sh
|
||||
make run
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user