Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 681 Bytes

README.markdown

File metadata and controls

21 lines (14 loc) · 681 Bytes

NitrogenProject.com Website

Build Status

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 https://github.com/nitrogen/NitrogenProject.com.git

    cd NitrogenProject.com
    make run_dev

    open http://localhost:8000