Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-falcon/open-falcon.github.io
open-falcon homepage
https://github.com/open-falcon/open-falcon.github.io
Last synced: 5 days ago
JSON representation
open-falcon homepage
- Host: GitHub
- URL: https://github.com/open-falcon/open-falcon.github.io
- Owner: open-falcon
- License: apache-2.0
- Created: 2015-05-08T06:31:44.000Z (over 9 years ago)
- Default Branch: source
- Last Pushed: 2021-05-18T00:48:18.000Z (over 3 years ago)
- Last Synced: 2024-08-03T11:01:35.362Z (3 months ago)
- Language: CSS
- Homepage: http://open-falcon.org
- Size: 11.7 MB
- Stars: 57
- Watchers: 19
- Forks: 31
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Prerequisites
You need to have a working Ruby environment set up and then install the
necessary gems:```
gem install bundler
``````bash
cd docs
bundle
```## Building
To generate the static site, run:
```bash
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:
```bash
# 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/](http://localhost:3000) or other port bybundle exec nanoc view -p 80
## License
Apache License 2.0, see [LICENSE](LICENSE).