Skip to content

joannechen1223/cajon-doni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cajon-doni

Logo

This is a digital fabrication project that consists of a self-made mini Cajon and a web-based rhythm game. The mini Cajon is powered by Raspberry Pi and vibration sensors(SW-420). The server side of the code is built by Node.js and runs on the Raspberry pi to detect the hit. The client side is built with React, and it should be run on a device that shares the same internet environment. The server and client side communicate through HTTP + WebSocket.

cajondoni.mov

How to run the server?

# Go to the server directory
cd server

# install
npm install

# run
npm start

How to run the client?

Make sure to install bun first.

# Go to the client directory
cd client

# install
bun install

# run
bun dev

For more information, please refer to here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published