Skip to content

A music player that connects to your cloud/distributed storage.

License

Notifications You must be signed in to change notification settings

toraritte/diffuse

Repository files navigation

Isotach

A music player which connects to your cloud/distributed storage.

Dependencies

  • Loads of Elm
  • A moderate amount of Haskell for the build system and static server
  • A tiny bit of Node (autoprefixer, browserify vendor js, etc.)
  • Blockstack

Setup

# This assumes that you are using macOS

brew install haskell-stack
brew install elm
brew install nodejs

npm install

How to run

# build + server + watch
make

# make a static `./build`
make build

# run the static server
make server

# run tests
make test

# watch and build
brew install watchexec
make watch

About

A music player that connects to your cloud/distributed storage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elm 85.8%
  • JavaScript 8.8%
  • CSS 1.7%
  • TypeScript 1.1%
  • Just 0.8%
  • Haskell 0.7%
  • Other 1.1%