An open API service indexing awesome lists of open source software.

https://github.com/madetech/ydtd-frontend

Frontend components for the YDTD application
https://github.com/madetech/ydtd-frontend

Last synced: 2 months ago
JSON representation

Frontend components for the YDTD application

Awesome Lists containing this project

README

          

# YDTD Frontend Components

Frontend components for [YDTD](http://www.yourdaytheirday.com). A mixture of
Coffeescript, SASS and HTML partials which are used within the main application.
Created using middleman, imported into Rails as a gem.

## Integrating with a rails app

`YdtdFrontend::Engine` isn't currently hosted on rubygems. To install using
bundler you can include the git repository in your `Gemfile`:

``` ruby
gem 'ydtd_frontend', :git => 'https://github.com/madebymade/ydtd-frontend.git',
:tag => 'v0.0.16'
```

All the files within `app`, `lib` and `vendor` will now be included in your
rails application.

## Developing

To view the styleguide or to develop new styles you can run the middleman app.
Run the following to boot it:

``` sh
bundle exec middleman -p 5000
```

## Credits

[![made](https://s3-eu-west-1.amazonaws.com/made-assets/googleapps/google-apps.png)][made]

Developed and maintained by [Made Tech][made]. Key contributions:

* [Rory MacDonald](https://github.com/RoryMacDonald)
* [Seb Ashton](https://github.com/SebAshton)
* [Scott Mason](https://github.com/sowasred2012)
* [Luke Morton](https://github.com/DrPheltRight)
* [Chris Blackburn](https://github.com/chrisblackburn)

## License

Copyright © 2012-2014 Made Tech Ltd. It is free software, and may be
redistributed under the terms specified in the [MIT-LICENSE][license] file.

[made]: http://www.madetech.co.uk?ref=github&repo=ydtd_frontend
[license]: https://github.com/madebymade/ydtd-frontend/blob/master/LICENSE
[travis]: https://travis-ci.org/madebymade/ydtd-frontend