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
- Host: GitHub
- URL: https://github.com/madetech/ydtd-frontend
- Owner: madetech
- License: mit
- Created: 2013-12-06T12:23:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T12:52:15.000Z (almost 12 years ago)
- Last Synced: 2025-01-25T14:11:43.899Z (over 1 year ago)
- Language: CSS
- Homepage: www.ydtd.co.uk
- Size: 10.7 MB
- Stars: 1
- Watchers: 47
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
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