Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 455 Bytes

README.markdown

File metadata and controls

17 lines (11 loc) · 455 Bytes

NitrogenProject.com Website

This is the public repo for the NitrogenProject.com website.

You can clone this and run it locally to have a local browsable copy of the Nitrogen documentation, as well as to see an example of how you can embed Nitrogen inside other applications.

To get started, simply run:

git clone git://github.com/nitrogen/NitrogenProject.com.git

cd NitrogenProject.com
make
make run

open http://localhost:8000