Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 357 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 357 Bytes

This is postShuffle, a forum app written with node.js. It's designed to be single-page (meaning that once the forum initially loads, all UI is controlled by client-side code).

Installation

  1. npm install postshuffle
  2. vim AppConfig.js # Update all variables in this file as appropriate.
  3. PORT=8080 node main.js # Change PORT= to whatever you'd like.