Fuku-tv / Fuku.tv

0 stars 0 forks source link

Fuku.tv

AWS Status

welcome to fuku.tv! 😊

summary

this project consists of 2 apps in the /worksapces folder:

client

contains the UI for the claw machine, connects to the wss server hosted on the server workspace.

server

Contains the wss server that interfaces with the Raspberry PI, listens for requests from the client workspace.

Commands (any cli)

install NPM packages and build workspace projects

yarn

run dev instance (should apply to both client and server)

yarn dev

run client

yarn start:client

run Server

yarn start:server

clear cache (excluding node_modules)

yarn clean

clear cache (everything)

yarn clean:deep

kill running node processes

yarn kill

file descriptors (root)

folder descriptors

Let me know if you have any questions!