TypeScript CSS JavaScript HTML
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.vscode
config
src
test
.babelrc
.editorconfig
.env.example
.eslintrc
.gitignore
.prettierrc
.stylelintrc
.travis.yml
LICENSE
README.md
package.json master Mar 11, 2018
server.js
tsconfig.json
tslint.json
yarn.lock

README.md

Mixnode

Build Status

Unofficial Mixcloud desktop client made with web technologies (Electron, ReactJs, Redux).

DISCLAIMER

Pre-alpha / Under heavy development

Dependencies and building

  1. Cloning and installing dependecies
// clone the repo

// cd
cd mixnode

// install dependencies
npm i
  1. Creating .env file
cp .env.example .env

// open .env in your favorite editor and fill out necessary fields
  1. Building the app
npm run build
  1. Starting the app
npm start
  1. Development mode
npm run dev

Screenshots

mixnode