This branch of the repository is for the http://meanjs.org/ website which includes the documentation for the MEAN.JS Project.
This website uses Jekyll! to serve web pages, which means you need to install jekyll on your computer to test it!
If you already have ruby installed on your system, then this might work out of the box for you
gem install jekyll
# we need ruby and nodejs dependencies
apt-get install ruby ruby-dev make gcc nodejs
# installing jekyll with sudo
sudo gem install jekyll
jekyll serve
Jekyll will then build the documentation website locally (usually takes a few minutes), and then it will make it available on http://127.0.0.1:4000/ for browsing the project documentation locally.