BangleApps/apps/banglerun
Gordon Williams e0a1732f79 Fix GPX file format for banglerun/recorder (fix #1197) 2022-01-04 16:51:01 +00:00
..
src
.gitignore
ChangeLog
README.md
app-icon.js
app.js
banglerun.png
interface.html
jasmine.json
package.json
rollup.config.js
tsconfig.json
tsconfig.spec.json

README.md

BangleRun

An app for running sessions. Displays info and logs your run for later viewing.

Compilation

The app is written in Typescript, and needs to be transpiled in order to be run on the BangleJS. The easiest way to perform this step is by using the ubiquitous NPM package manager.

After having installed NPM for your platform, checkout the BangleApps repo, open a terminal, and navigate into the apps/banglerun folder. Then issue:

npm i

to install the project's build tools, and:

npm run build

To build the app. The last command will generate the app.js file, containing the transpiled code for the BangleJS.