Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T10:19:40.000Z (over 7 years ago)
- Last Synced: 2024-11-07T22:44:59.144Z (2 months 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.
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](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]([email protected])