https://github.com/Smashing/smashing
The exceptionally handsome dashboard framework in Ruby and Coffeescript.
https://github.com/Smashing/smashing
dashboard dashboard-application dashboard-widget dashboard-widgets dashboards hacktoberfest monitoring
Last synced: 22 days ago
JSON representation
The exceptionally handsome dashboard framework in Ruby and Coffeescript.
- Host: GitHub
- URL: https://github.com/Smashing/smashing
- Owner: Smashing
- License: mit
- Created: 2016-05-19T10:27:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T21:09:18.000Z (about 2 years ago)
- Last Synced: 2025-03-20T04:18:54.013Z (26 days ago)
- Topics: dashboard, dashboard-application, dashboard-widget, dashboard-widgets, dashboards, hacktoberfest, monitoring
- Language: JavaScript
- Homepage: https://smashing.github.io/
- Size: 2.78 MB
- Stars: 3,257
- Watchers: 110
- Forks: 324
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: MIT-LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- my-awesome-github-stars - Smashing/smashing - The exceptionally handsome dashboard framework in Ruby and Coffeescript. (JavaScript)
- awesome-dashboard - Smashing - Spriritual successor to [Dashing](http://shopify.github.io/dashing/) - The exceptionally handsome dashboard framework. (General)
- dashy - Smashing
README
[](https://github.com/Smashing/smashing/actions/workflows/main.yml)
[](https://gitter.im/Smashing)# [Smashing](https://github.com/Smashing/smashing/wiki)
Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashing), is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs.

## Community
Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/Smashing/smashing/issues). For more general questions, or help with widgets, please use the [gitter chatroom](https://gitter.im/Smashing).
## Installation
```bash
# 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](https://github.com/Smashing/smashing/wiki).
Note: This is a fork of the Dashing project, which is no longer being maintained. Read about that [here](https://github.com/Shopify/dashing/issues/711).
## License
Distributed under the [MIT license](MIT-LICENSE).