An open API service indexing awesome lists of open source software.

https://github.com/nitrogen/nitrogenproject.com

Source files for the NitrogenProject.com website.
https://github.com/nitrogen/nitrogenproject.com

Last synced: about 1 year ago
JSON representation

Source files for the NitrogenProject.com website.

Awesome Lists containing this project

README

          

# NitrogenProject.com Website

[![Build Status](https://travis-ci.org/nitrogen/NitrogenProject.com.png?branch=master)](https://travis-ci.org/nitrogen/NitrogenProject.com)

This is the public repo for the
[NitrogenProject.com](http://nitrogenproject.com) website.

You can clone this and run it locally to have a local browsable copy of the
Nitrogen [documentation](http://nitrogenproject.com/doc/index.html), as well as
to see an example of how you can embed Nitrogen inside other applications.

To get started, simply run:

```bash
git clone https://github.com/nitrogen/NitrogenProject.com.git

cd NitrogenProject.com
make run_dev

open http://localhost:8000
```