jimjinja
v0.3.0
Published
IoT Admin tool for your tiny computer (Like Raspberry Pi)
Downloads
2
Readme
JImJInJA
IoT Admin tool for your tiny computer(Like Raspberry Pi)
Overview
- Raspberry Pi GPIO Blinking
- Raspberry Pi Camera Controlling
- Embedding Node-RED
Languages
- English
- Korean
- Japanese
Getting started
Prerequisites
- Node.js ^7.x
- yarn ^0.x
Usage
Clone this repository
$ git clone https://github.com/jimjinja/jimjinja.git $ cd jimjinja
Install yarn
$ npm install -g yarn
Rename config file and then edit the file. (
.env.example
to.env
)$ cp .env.example .env
Build frontend files
$ yarn build
Run server
$ yarn start
Access JImJInJA using your browser
http://localhost:4000
License
MIT License