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
An alternative Bluelink app to use on Hyundai / Kia E-GMP Electric Cars. The "app" is a [scriptable app](https://scriptable.app/), hence runs within the scriptable app itself.
6
+
7
+
## Docs
8
+
9
+
See [https://bluelink.andyfase.com](https://bluelink.andyfase.com) for all documentation on feature set, installation instructions and usgae of the app.
10
+
11
+
These docs are hosted on Github Pages from the `/docs` folder in this repo
12
+
13
+
## Dev Instructions
14
+
15
+
### Repo Structure / Codebase
16
+
17
+
The code is written in typescipt and transpiled to Javascript, which the scriptable app requires.
18
+
19
+
`/src` is the main source code of the app
20
+
`/docs` is a Jekyll static CMS, which Gtihub pages supports.
21
+
`/.github/docs.yml` is the GitHub Action pipeline that builds and deploys the Github Pages
0 commit comments