A small social experiment. Play music with other people.
This project uses Node.js.
To install and run locally, run:
# Install dependencies
yarn
# Run, server will be available on http://localhost:5000
yarn dev
To build a production-ready version of the app, run:
yarn build
MIT