Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omgimalexis/mofn
- Owner: OmgImAlexis
- Created: 2017-02-24T13:16:04.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-04-26T03:29:14.000Z (over 6 years ago)
- Last Synced: 2024-10-14T07:53:48.278Z (about 1 month ago)
- Topics: media, music
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 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.