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.
- Host: GitHub
- URL: https://github.com/nitrogen/nitrogenproject.com
- Owner: nitrogen
- Created: 2011-01-19T18:04:45.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T02:44:25.000Z (over 1 year ago)
- Last Synced: 2025-04-05T20:01:42.527Z (about 1 year ago)
- Language: Erlang
- Homepage: http://nitrogenproject.com
- Size: 17.6 MB
- Stars: 16
- Watchers: 3
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# NitrogenProject.com Website
[](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
```