Skip to content

miller-productions/meanjs.github.io

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.5%
  • CSS 0.5%