https://github.com/adamedgett/material-reddit
Material designed client for reddit
https://github.com/adamedgett/material-reddit
Last synced: 4 months ago
JSON representation
Material designed client for reddit
- Host: GitHub
- URL: https://github.com/adamedgett/material-reddit
- Owner: AdamEdgett
- License: mit
- Created: 2015-04-21T02:09:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T02:28:21.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T22:17:40.600Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://materialreddit.com
- Size: 747 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Material Reddit](http://materialreddit.com)
A front end reddit client using the [Reddit API](https://www.reddit.com/dev/api) and designed according to [Google's Material Design Guidelines](http://www.google.com/design/spec/material-design/introduction.html)

## Functionality
### Subreddit
[/r/food](http://materialreddit.com/r/food)
### Sorting
[/r/food/top](http://materialreddit.com/r/food/top)
[/r/food/top/all](http://materialreddit.com/r/food/top/all)
## Development
### Installation
1. Install nodejs
2. Install [ruby gems](Gemfile)
3. Install [node dependencies](package.json)
4. Install [bower dependencies](bower.json)
### Building
`gulp build` builds all sources into compiled and compressed files for serving
### Development
`gulp` starts a web server and watches the source files and rebuilds on any changes