There is basically two projects in one:
client: the antropoloops "application". A web react appserver: the synchronization server. It uses web sockets (socket.io)
- Clone this repo
- Run
npm run setup - Run
npm run downloadto download audio files - Run
npm run startto start the application - (Optional) In another tab, run
npm run start:server