All Projects → open-falcon → Open Falcon.github.io

open-falcon / Open Falcon.github.io

Licence: apache-2.0
open-falcon homepage

Labels

Prerequisites

You need to have a working Ruby environment set up and then install the necessary gems:

gem install bundler
cd docs
bundle

Building

To generate the static site, run:

bundle exec nanoc

The resulting static site will be stored in the output directory.

Development Server

To run a local server that displays the generated site, run:

# Rebuild the site whenever relevant files change:
bundle exec guard

# Start the local development server:
bundle exec nanoc view

You should now be able to view the generated site at http://localhost:3000/ or other port by

bundle exec nanoc view -p 80

License

Apache License 2.0, see LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].