Combo

CIHex.pm

A web framework, that combines the good parts of modern web development.

Getting started

Read the documentation.

About

Combo started as a fork of Phoenix. Its goals includes:

To archive the goals, it:

Although Combo is forked from Phoenix and will continue to track upstream changes in the future, full compatibility between the two is not guaranteed.

Contributing

We appreciate any contribution to Combo. Check our CODE_OF_CONDUCT.md and CONTRIBUTING.md guides for more information. We usually keep a list of features and bugs in the issue tracker.

Building from source

To build Combo and its related npm-packages and assets:

$ mix setup
$ mix build

To build the documentation:

$ mix setup
$ mix docs

License

MIT