Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omgimalexis/mofn

Mofn a media manager
https://github.com/omgimalexis/mofn

media music

Last synced: 29 days ago
JSON representation

Mofn a media manager

Awesome Lists containing this project

README

        


Mofn

> Mofn a media manager

[![Travis branch](https://img.shields.io/travis/rust-lang/rust/master.svg)](https://travis-ci.org/omgimalexis/mofn/master) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)

## Installing / Getting started

```shell
git clone https://github.com/OmgImAlexis/mofn.git && cd mofn
yarn install
yarn start
```

This should start Mofn on port 3000.
To change the config use CTRL+C to stop the server and then edit the `config.json` in the Mofn directory.

## Developing

To get started developing with Mofn first you'll need node 6+ and yarn installed.

```shell
git clone https://github.com/OmgImAlexis/mofn.git && cd mofn
yarn install
yarn start-dev
```

This will start Mofn in dev mode which allows the logger to use `DEBUG`.

## Contributing

If you'd like to contribute, please fork the repository and use a feature
branch. Pull requests are warmly welcome. Make sure to run `yarn test-js`
and `yarn test-css` before opening a PR as it makes reviews a lot easier.