Skip to content

CommunityJS/CommunityJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommunityJS.org

This is the OLD backend behind CommunityJS.org. Now all logic runs in the client https://github.com/CommunityJS/communityjs.github.io

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 68.2%
  • JavaScript 31.8%