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
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,22 @@ Live demo: https://jpadgett314.github.io/led-matrix-vocab
8
8
9
9
## Installation
10
10
11
-
This app can be saved to your desktop, enabling offline use. An install button will appear in the address bar or browser menu, if your browser supports Progressive Web Apps (all modern browsers).
11
+
This app can be saved to your desktop! See [instructions](https://www.installpwa.com/from/jpadgett314.github.io%2Fled-matrix-vocab).
12
12
13
-
Having trouble? See [Installation Instructions](https://www.installpwa.com/from/jpadgett314.github.io%2Fled-matrix-vocab).
14
-
15
-
There is no need to flash firmware. Default firmware is expected.
13
+
There is no need to flash firmware. [Default firmware](https://github.com/FrameworkComputer/inputmodule-rs/releases) is expected.
16
14
17
15
> [!NOTE]
18
16
> This app uses the Web Serial API, which is only supported on Chromium-based browsers.
19
17
20
18
## Development
21
19
22
-
This project features a minimalist development workflow. There is currently no bundler; in fact, there is no build. The source code is served directly from the `public` directory.
23
-
24
-
Due to the use of ECMAScript modules, a web server is required. Options include:
20
+
There is no bundler, no build. The source code is served directly from the `public` directory.
25
21
26
-
1. Use the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) VSCode extension.
27
-
2. From the `public` directory, invoke python's built-in module: `python3 -m http.server`
22
+
However, a web server is required. Options include:
28
23
29
-
By default, this puts up the site on `http://127.0.0.1:5500/` (Live Server) `http://127.0.0.1:8000` (http.server).
24
+
1. Use Yarn: `yarn install`, `yarn serve`.
25
+
2. Use [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) VSCode extension.
26
+
3. From the `public` directory, invoke python's built-in module: `python3 -m http.server`
0 commit comments