Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dashbuilder/dashbuilder-website

Sources for the website http://www.dashbuilder.org
https://github.com/dashbuilder/dashbuilder-website

Last synced: 5 days ago
JSON representation

Sources for the website http://www.dashbuilder.org

Awesome Lists containing this project

README

        

dashbuilder-website
===================

Sources for the website http://www.dashbuilder.org

# How to build with Awestruct

Follow the instructions of Awestruct's [getting started guide](http://awestruct.org/getting_started/).

First set up your environment correctly:

$ curl -L https://get.rvm.io | bash -s stable --ruby=1.9.3
$ gem install awestruct bundler
$ rake setup

Then build the website (before and after your changes):

$ rake clean build
$ firefox _site/index.html

And publish your changes:

$ rake publish