An open API service indexing awesome lists of open source software.

https://github.com/hmarzban/magicmirror

magic mirror - raspberry pi 3 - electronjs
https://github.com/hmarzban/magicmirror

Last synced: 7 months ago
JSON representation

magic mirror - raspberry pi 3 - electronjs

Awesome Lists containing this project

README

          

# Magic-Mirror [Developing]
Magic Mirror - Raspberry PI 3 - Electron

### Run Desktop Application:
```bash
cd ./windows

# install dependencies
npm install

# start electron application
npm start
```
More details...

### Run Mobile Application:
```bash
cd ./application

# install dependencies
npm install

# start ionic serve
ionic serve -o
```
More details...

## Main Demo:

Dwonalod Demo as a Video

## Demo, Built in Cli For Creat New Module:

More details...