Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 314 Bytes

echojs

This is a port of Lamernews (https://github.com/antirez/lamernews) to Node.js - it is just experimental right now.

Install

  • install Redis

  • run Redis with: redis-server

  • install Node modules:

    npm install

License

See the original Lamernews project, feel free to use it.