Documentation

Installation

Installing Project Mulla is easy and straight-forward, but there are a few requirements you’ll need to make sure your system has before you start.

Requirements

You will need to install some stuff, if they are not yet installed in your machine:

If you’ve already installed the above you may need to only update npm to the latest version:

$ sudo npm update -g npm

Install with Github

Best way to install Project Mulla is to clone Project Mulla from Github

To clone/download the boilerplate

$ git clone https://github.com/kn9ts/project-mulla

After cloning, get into your cloned Project Mulla’s directory/folder

$ cd project-mulla

Install all of the projects dependencies with:

$ npm install