https://github.com/dominicrico/petron
Petron - Car Computer build with NodeJS, Electron and AngularJS for Raspberry Pi.
https://github.com/dominicrico/petron
angularjs car carpi electron nodejs raspberry
Last synced: 3 months ago
JSON representation
Petron - Car Computer build with NodeJS, Electron and AngularJS for Raspberry Pi.
- Host: GitHub
- URL: https://github.com/dominicrico/petron
- Owner: dominicrico
- License: mit
- Created: 2016-10-15T12:38:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T10:19:40.000Z (about 9 years ago)
- Last Synced: 2024-12-29T20:40:11.152Z (over 1 year ago)
- Topics: angularjs, car, carpi, electron, nodejs, raspberry
- Language: CSS
- Homepage:
- Size: 108 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Petron - Car PC
> Petron is an OpenSource car pc written in JavaScipt with Electron and AngularJS.
[](https://github.com/Flet/semistandard)
## Development
Starting Grunt with Electron - reloads Electron on changes.
```
$ npm start
```
### Build
Build Petron for Raspberry Pi (armv7l) on Rasbian or any other Debian
```
$ npm build
```
### Installer
Packaging the installer for Petron on Rasbian or any other Debian
```
$ npm installer
```
## License
MIT © [Dominic Rico Gómez](hello@coderocket.me)