Skip to content

Commit f082c66

Browse files
committed
repo readme init
1 parent 7c802eb commit f082c66

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# E-GMP Bluelink Scriptable
2+
3+
## What is this?
4+
5+
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
22+
`/exampleData` is a set of exampke API payloads
23+
24+
### Building the code
25+
26+
```
27+
cd src
28+
npm i
29+
npm run build ./src/index.ts egmp-bluelink
30+
```
31+

0 commit comments

Comments
 (0)