Find your kindred music spirits.
Url | Description |
---|---|
/ |
page with a input so you can enter a username |
/:user/ |
page with info about a user, and users similar to them |
/:user/play/ |
page with a player for that users favorites |
npm install
Installs all dependencies.
npm start
Uses Babel and Browserify to build JavaScript, compiles SASS with node-sass, minifies images that have changed with imagemin-newer, and runs a local server with live-server.
npm test
For now, tests whether js complies with Standard.
npm run deploy
Deploys site to soundfinder.io with surge.sh.