Open-Smartwatch / open-smartwatch-web

The Open-Smartwatch Operating System Web Interface.

Home Page:https://open-smartwatch.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open-Smartwatch Web

preview

This project is the web interface for the open-smartwatch. it connects to the OS using its built-in API and allows you to configure the watch.

Development

You want to fix something? Just start the development server and start hacking!

npm install # Install dependencies, only needed once
npm start

Build

If you want to build the project, just run the build script. It will create a dist folder with the compiled files.

npm run build-osw

You should then be able to drop-in-replace the respective source-codes in the osw-os repository.

The dist branch...

... is a special branch that contains the compiled files. It is used to provide the compiled files to the OSW-OS repository. As a maintainer you have to update the dist branch manually. You can use the update-dist-branch.sh script for that.

About

The Open-Smartwatch Operating System Web Interface.

https://open-smartwatch.github.io

License:GNU General Public License v3.0


Languages

Language:TypeScript 65.7%Language:HTML 27.8%Language:SCSS 3.2%Language:JavaScript 1.9%Language:Shell 1.2%Language:CSS 0.3%