Giter Club home page Giter Club logo

prysmalight's Introduction

Prysmalight

Monorepo for Prysmalight

Important Notes

  • This app is served at http://prysma.local
    • If your device doesn’t support mDNS, then you’ll have to use the IP address of your Pi instead of prysma.local. For example, http://192.168.0.9. You should be able to find the IP address of your Pi from the admin interface of your router.
  • You must update the ESP8266 yourself using the Arduino IDE. This is a DIY project currently so you need to update this yourself
  • You can not dynamically change the number of LEDs in your strip. This requires a firmware update on the esp8266
  • The Hub is the only thing that talks to the lights. All services have to go through the RPI hub

Package Structure

  • scripts - javascript scripts
    • docker.js - handles docker commands
      • build - builds docker images
      • tag - tags docker images
      • publish - publishes docker images to the cloud repository
  • src - holds main package code
  • Dockerfile - dockerfile for raspberry pi images
  • docker-compose.yml - docker compose for raspberry pi images
  • .dockerignore - docker ignore file
  • package.json - holds all package commands
    • start - starts the program running locally
    • build - builds the program for development
    • test - tests the program
    • docker - handles docker integrations
  • yarn.lock - yarn lock file

Commands

  • node start
  • node build
    • builds all or selected packages
    • in CI, builds changed packages
  • node deploy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.