Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 977 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 977 Bytes

switcharoo

A reddit web client. Discuss on Reddit

⚠️ THIS IS A PROTOTYPE

It is not production-ready, or even review-ready, and may be dangerous to run until this statement disappears. It is a prototype of how new technologies may build a new reddit web client. It is not meant to be a complete replacement, or even a good example of code, until this statement disappears.

It is not documented well or stable. It will be. Just not right now.

Technologies

  • Node.js (0.10+)
  • React, server- and client- side
  • LESS (a bootstrap fork)

How to Run

  • Dependencies: node 0.10+
  • Find a nice home, and git clone it in
  • Go to the folder and run npm install
  • Run npm run watch to kick off a live-reloading build (or just run ./node_modules/gulp/bin/gulp build to build without watching)
  • Run npm start to kick off the web server
  • Visit localhost:4444

MIT licensed.