afeld/tricle

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contributing

To set up, run

```bash
bundle
```

To run tests,

```bash
bundle exec rspec
# or, to run continuously:
bundle exec guard
```

To see a live preview with dummy data:

```bash
bundle exec rake tricle:preview
open http://localhost:8080
```