floomby / laser-maze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laser Maze App

Setup

Install node + npm (I am using node20 so probably just grab this version)

# install yarn
npm install -g yarn

# clone repo
git clone https://github.com/floomby/laser-maze.git

cd laser-maze
yarn

The edit the .env file to fill out the configuration details

Running

Right now just run the dev build without mocking

yarn dev-no-mock

It should be accessible on port 5173 on all interfaces over http.

Fog

Turning on and off the fog from companion can be done by sending get requests to /fog/on and /fog/off

This will send the bytes 0x06 and 0x07 (respectively) to the device.

About


Languages

Language:TypeScript 93.2%Language:JavaScript 3.9%Language:Shell 1.6%Language:HTML 1.2%Language:CSS 0.2%