Skip to content

mmeerrccyy/arduino-controller-interface

Repository files navigation

Arduino Color Controller

Technologies
  • React
  • Typescript
  • Material UI
  • Docker

Running

React application will run on localhost:3000 or 0.0.0.0:3000

Installation

Clone repository

git clone https://github.com/mmeerrccyy/arduino-controller-interface.git

cd arduino-controller-interface/
Without Docker

Install Node (v16) and yarn.

yarn install

yarn start 

With Docker

Install Docker and docker-compose (Node and yarn not required).

docker-compose up

or

docker-compose -f docker-compose.yml up 

run in background

docker-compose up -d

or

docker-compose -f docker-compose.yml up -d