0.0.2 • Published 7 years ago

mofn v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Mofn a media manager

Travis branch XO code style

Installing / Getting started

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.

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.