Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerluc/rift-docs
Documentation for the Rift Exchange network stack
https://github.com/jerluc/rift-docs
Last synced: 24 days ago
JSON representation
Documentation for the Rift Exchange network stack
- Host: GitHub
- URL: https://github.com/jerluc/rift-docs
- Owner: jerluc
- Created: 2016-06-02T17:55:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-28T00:28:54.000Z (over 8 years ago)
- Last Synced: 2024-11-05T20:41:18.294Z (2 months ago)
- Language: HTML
- Homepage: http://rift.exchange
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rift-docs
=========Development requires:
* nanoc (`gem install nanoc`)
* guard-nanoc (`gem install guard-nanoc`)
* nanoc-git (`gem install nanoc-git`)### Local development
From the root directory, start guard-nanoc for auto-recompiling on file change:
```
guard
```In another terminal, still from the root directory, start the local development server:
```
nanoc view
```Then open http://localhost:3000 in your favorite browser to see what it looks like.
### Deployment
To deploy the documentation, use nanoc-git:
```
nanoc deploy
```