https://github.com/leostera/tldr.js
Old version now mirroring React-client, please go to
https://github.com/leostera/tldr.js
Last synced: over 1 year ago
JSON representation
Old version now mirroring React-client, please go to
- Host: GitHub
- URL: https://github.com/leostera/tldr.js
- Owner: leostera
- Created: 2015-02-25T20:54:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T14:53:03.000Z (over 10 years ago)
- Last Synced: 2025-03-21T01:11:07.427Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/ostera/tldr.jsx
- Size: 879 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tldr.js
> Note that this client is unmaintained, and you should be taking a look at [tldr.jsx](https://github.com/ostera/tldr.jsx) :)

## Collaboration Setup
Since it's a browserify based project, a simple `npm start` will get you a build that you can serve
with whatever you please. In my case, I just run `python -m SimpleHTTPServer`, but anything will do.
Ah, right, don't forget to `npm install`! :D