summaryrefslogtreecommitdiff
path: root/README.md
blob: fbf50a4677f528d3d1df01e26dd761d32b9937a5 (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
# [Smashing](https://github.com/dashing-io/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.

**Installation**:

```bash
$ gem install bundler
Fetching: bundler-X.X.X.gem (100%)
# <snip>
$ gem install smashing
Fetching: smashing-1.0.0.gem (100%)
# <snip>
$ smashing new my-project
create  my-project
create  my-project/.gitignore
# <snip>
```

[Check out our wiki](https://github.com/dashing-io/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).