explain how to build and test web and core standalone

This commit is contained in:
proddy
2020-09-12 16:56:09 +02:00
parent 182c8c9828
commit 2580049b48

View File

@@ -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 * `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
```