/orson

🍿 The Citizen Kane of home media servers.

Primary LanguageRuby

Orson

The Citizen Kane of local media servers.

Development

Make sure you have Rails 5.1 and a recent verson of Node installed.

Clone the repository

git clone https://github.com/tom-sherman/orson.git

Enter into the directory and install dependencies

cd orson
bundle install
yarn install

Make your changes and ensure all tests pass before submitting a pull request

yarn test

Running locally

rails s
./bin/webpack-dev-server --host 127.0.0.1