Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dashbuilder/dashbuilder-website
- Owner: dashbuilder
- Created: 2014-01-30T17:37:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T18:57:32.000Z (about 4 years ago)
- Last Synced: 2024-04-16T07:29:53.653Z (7 months ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 9
- Watchers: 23
- Forks: 22
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE-ASL-2.0.txt
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 setupThen build the website (before and after your changes):
$ rake clean build
$ firefox _site/index.htmlAnd publish your changes:
$ rake publish