Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

postshuffle

tmiw150.1.2

node.js based forum software

readme

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. node main.js