<img src="https://raw.githubusercontent.com/mahaplatform/maha/master/docs/logo.png" title="The Maha Platform" alt="The Maha Platform"/>

<a href="https://circleci.com/gh/mahaplatform/maha">
  <img src="https://img.shields.io/circleci/project/mahaplatform/maha.svg?maxAge=600" alt="Build Status" >
</a>
<a href="https://codeclimate.com/github/mahaplatform/maha">
  <img src="https://img.shields.io/codeclimate/github/mahaplatform/maha.svg?maxAge=600" alt="Code Climate" />
</a>
<a href="https://codeclimate.com/github/mahaplatform/maha/coverage">
  <img src="https://img.shields.io/codeclimate/coverage/github/mahaplatform/maha.svg?maxAge=600" alt="Code Coverage" />
</a>

The Maha Platform is a mobile first web, mobile, and desktop application framework
which enables developers to quickly prototype and build multiuser organizational
applications with both intranet and public facing features.

<table>
  <tr>
    <td><img src="https://raw.githubusercontent.com/mahaplatform/maha/master/docs/login.png"/></td>
    <td><img src="https://raw.githubusercontent.com/mahaplatform/maha/master/docs/users.png" /></td>
    <td><img src="https://raw.githubusercontent.com/mahaplatform/maha/master/docs/form.png" /></td>
  </tr>
</table>

## Installation
Install with [npm](http://npmjs.com) or [yarn](https://yarnpkg.com):

```sh
# install the maha CLI globallY
npm install -g maha

# initialize platform
maha init

# setup the database
maha setup

# start the web server
maha start
```
