https://github.com/timoscheuermann/timos-translator
Translate received messages of Timo to human readable text.
https://github.com/timoscheuermann/timos-translator
Last synced: 5 months ago
JSON representation
Translate received messages of Timo to human readable text.
- Host: GitHub
- URL: https://github.com/timoscheuermann/timos-translator
- Owner: TimoScheuermann
- Created: 2020-07-08T11:41:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:12:10.000Z (over 3 years ago)
- Last Synced: 2025-08-01T03:35:35.970Z (11 months ago)
- Language: HTML
- Homepage: https://translator.timos.design
- Size: 5.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timos-translator
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).