Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 441 Bytes

File metadata and controls

16 lines (11 loc) · 441 Bytes

Antropoloops application

Project modules

There is basically two projects in one:

  • client: the antropoloops "application". A web react app
  • server: the synchronization server. It uses web sockets (socket.io)

Development setup

  1. Clone this repo
  2. Run npm run setup
  3. Run npm run download to download audio files
  4. Run npm run start to start the application
  5. (Optional) In another tab, run npm run start:server