Smashing / smashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.

Home Page:https://smashing.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Gitter chat

Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs.

Smashing logo

Community

Feel free to submit issues for bugs, new features, and enhancements in GitHub. For more general questions, or help with widgets, please use the gitter chatroom.

Installation

# Install bundler
$ gem install bundler
# Install smashing
$ gem install smashing
# Create a new project
$ smashing new my-project
# Change Directory into the project
$ cd my-project
# Install the bundle of project specific gems
$ bundle
# Start the example dashboard!
$ smashing start

Check out our wiki.

Note: This is a fork of the Dashing project, which is no longer being maintained. Read about that here.

License

Distributed under the MIT license.

About

The exceptionally handsome dashboard framework in Ruby and Coffeescript.

https://smashing.github.io/

License:MIT License


Languages

Language:JavaScript 78.4%Language:CSS 11.8%Language:Ruby 4.8%Language:SCSS 1.9%Language:CoffeeScript 1.8%Language:HTML 1.3%