summaryrefslogtreecommitdiff
path: root/README.md
blob: 6ff4065e7c82eb3f53263e9b7d38bd092aa155ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[![Gitter chat](https://badges.gitter.im/smashing.png)](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).