You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Provides many of the features required for IoT projects:
18
18
19
19
The back end is provided by a set of RESTful endpoints and the React based front end is responsive and scales well to various screen sizes.
20
20
21
-
The front end has the prerequisite manifest/icon file, so it can be added to the home screen of a mobile device if required.
21
+
The front end has the prerequisite manifest file and icon, so it can be added to the home screen of a mobile device if required.
22
22
23
23
## Getting Started
24
24
@@ -28,7 +28,7 @@ You will need the following before you can get started.
28
28
29
29
*[PlatformIO](https://platformio.org/) - IDE for development
30
30
*[Node.js](https://nodejs.org) - For building the interface with npm
31
-
* Bash shell, or Git Bash if you are under windows
31
+
* Bash shell, or [Git Bash](https://gitforwindows.org/) if you are under windows
32
32
33
33
### Building in PlatformIO
34
34
@@ -71,7 +71,7 @@ npm install
71
71
npm run build
72
72
```
73
73
74
-
> **Note**: The build command will also delete the previously built interface (the ./data/www directory) and replace it with the freshly built one, ready for upload to the device.
74
+
> **Note**: The build command will also delete the previously built interface (the ['data/www'](data/www) directory) and replace it with the freshly built one, ready for upload to the device.
0 commit comments