https://github.com/capacitorset/reddit-flux
A mobile HTML client for Reddit
https://github.com/capacitorset/reddit-flux
Last synced: 10 months ago
JSON representation
A mobile HTML client for Reddit
- Host: GitHub
- URL: https://github.com/capacitorset/reddit-flux
- Owner: CapacitorSet
- License: gpl-3.0
- Created: 2016-01-31T13:50:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T20:45:09.000Z (over 10 years ago)
- Last Synced: 2025-05-21T22:41:49.589Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
reddit-flux
===========
A mobile HTML client for Reddit
# Build instructions
```
npm install --production --loglevel info
# Removes "use strict"
rm -rfv node_modules/babel-preset-es2015/node_modules/babel-plugin-transform-es2015-modules-commonjs/
# Now, remove the line containing "babel-plugin-transform-es2015-modules-commonjs" from node_modules/babel-preset-es2015/index.js
# Transpile from Jade and ES7 JS to HTML and ES5 JS
npm run make-html
npm run make-js
```
# Usage
Open `index.html` in a browser.