Skip to content

sampolahtinen/bigbuttonmix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big Button Mix

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.

Run in Development

  1. Install dependencies
yarn
  1. Start redis. Redis is used for caching of scraping results.
yarn start:redis
  1. Start API server
yarn dev:api
  1. Start client
yarn dev:client
  1. Visit the client at http://localhost:5000

Building the project

  1. Simply run:
yarn build:all