meanjs / meanjs.github.io

MEAN.JS project documentation

Home Page:http://meanjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN.JS Logo

The Website

This branch of the repository is for the http://meanjs.org/ website which includes the documentation for the MEAN.JS Project.

Testing / Contributing

This website uses Jekyll! to serve web pages, which means you need to install jekyll on your computer to test it!

Installing Jekyll:

If you already have ruby installed on your system, then this might work out of the box for you

gem install jekyll

Installing Jekyll on Ubuntu (14.04)

# we need ruby and nodejs dependencies 
apt-get install ruby ruby-dev make gcc nodejs

# installing jekyll with sudo
sudo gem install jekyll

To test the gh-pages documentation branch for MEAN.JS run 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.

About

MEAN.JS project documentation

http://meanjs.org/


Languages

Language:HTML 99.5%Language:CSS 0.5%