FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

CommunityJS/CommunityJS · GitHub

 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL