https://github.com/michaelwnelson/fcdallas-css
Custom /r/Naut theme for /r/fcdallas
https://github.com/michaelwnelson/fcdallas-css
css naut reddit
Last synced: 5 months ago
JSON representation
Custom /r/Naut theme for /r/fcdallas
- Host: GitHub
- URL: https://github.com/michaelwnelson/fcdallas-css
- Owner: michaelwnelson
- License: mit
- Created: 2015-12-21T18:26:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T16:52:32.000Z (almost 6 years ago)
- Last Synced: 2023-10-20T21:47:12.427Z (over 2 years ago)
- Topics: css, naut, reddit
- Language: CSS
- Homepage: http://www.reddit.com/r/fcdallas
- Size: 3.07 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fcdallas-css
fcdallas-css is a [Naut](https://github.com/Axel--/Naut-for-reddit)-based css theme for [/r/fcdallas](http://www.reddit.com/r/fcdallas).
It's free to use and any subreddit can use and edit it. Visit [/r/Naut](http://www.reddit.com/r/Naut) to preview the theme.
## Installation
Install Node.js and npm if you don't already have them.
```sh
$ apt-get install nodejs npm
```
Next, install dependencies.
```sh
$ npm install
```
## Usage
After making any changes, simply execute the command `npm run minify`. The will concatenate and minify the Naut library and the customizations for the FC Dallas subreddit.
## TODO
- [ ] Scrape upcoming fixtures
- [ ] Scrape results
- [ ] Scrape injuries
- [ ] Update subreddit with [PRAW](https://github.com/praw-dev/praw)