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