Home

Awesome

Mithril

Greenkeeper badge Build Status

Build history

API: https://github.com/Nebo15/mithril.api

Demo

Try it here: http://mithril-web.herokuapp.com/

Installation

Heroku One-Click Deployment

Deploy

Docker

Dashboard can be deployed as a single container from nebo15/man.web Docker Hub.

Configurations

Application supports these environment variables:

Environment VariableDefault ValueDescription
PORT8080Node.js server port.
API_ENDPOINThttps://mithril-api-dev.herokuapp.comMithril API endpoint.
SITEMAP_HOSTNAMEhttp://localhost:8080URL will be used in sitemap generated urls

Docs

Dashboard works on top of Mithril management API.

Technologies

Workflow

Git flow

Every task should start a new branch. Branch should be named as task number what its corresponding. After finish work on a task, you need to create PR.

Testing

To contribute to the repository be ready to write some tests.

PR

Every task finishes with PR. Eslint, Stylelint, and tests are blocking PRs. To simplify PR review, we deploy every PR's branch automatically on Heroku.

License

See LICENSE.md.