# simon **Repository Path**: pharosStar/simon ## Basic Information - **Project Name**: simon - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simon ![](https://img.shields.io/badge/version-1.0.0-blue?style=flat-square) ![](https://img.shields.io/badge/build-passing-success?style=flat-square&logo=react) ### Technologies - [Arduino](https://www.arduino.cc/) - [React](https://reactjs.org/) - [Electron](https://electronjs.org/) - [Serialport](https://serialport.io/) ### Prerequisites **OSX** - Install [Node.js 8.x](https://nodejs.org/en/download/) - Not tested on other versions. - Install [Python 2.7](https://www.python.org/) - Python 3.x is not supported yet. - Install [XCode](https://developer.apple.com/xcode/download/) - You also need to install the `XCode Command Line Tools` by running `xcode-select --install`. - Install [node-gyp](https://github.com/nodejs/node-gyp) by running `npm install -g node-gyp` ### Getting Started Fork this repository on Github. Clone your forked repository into your hard drive. ```bash $ git clone https://github.com/YOURUSERNAME/simon.git ``` Move into the project directory, and install all necessary packages. ```bash $ cd simon $ npm install ``` Run the app locally. ```bash $ npm start ``` ### Contributors - [irasuna](https://github.com/irasuna) - [Kwitzats73](https://github.com/Kwitzats73) ### License `Simon` is available under the [MIT](LICENSE) license.