dharFr / CommunityJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommunityJS.org

This is the software behind CommunityJS.org

Quick start

Clone the repo

$ git clone git://github.com/CommunityJS/CommunityJS.git

Go to folder

cd CommunityJS

To run CommunityJS on Node.js, you must have npm installed. If npm is not installed, follow the instructions here: http://npmjs.org/

If npm is installed, install dependencies using

$ npm install

Run server

$ node server.js

Check your browser

http://0.0.0.0:8000/

TODO

  • better error handling if database is gone
  • check sorting
  • manual flush

About


Languages

Language:JavaScript 100.0%