Big Button Mix is a PWA that helps you break free from modern music recommendation algorithms by randomly giving you a mix tape of an artist who is playing nearby you next weekend.
- Install dependencies
yarn
- Start redis. Redis is used for caching of scraping results.
yarn start:redis
- Start API server
yarn dev:api
- Start client
yarn dev:client
- Visit the client at http://localhost:5000
- Simply run:
yarn build:all