Ssearch is a chatable search website, written in coffeescript. After compiling, you can get .js file in dist directory.
If you want to run this web server on your cp. you need to preinstall nodejs and mongodb. I assume your computer has met these. And then, clone this repository to your computer, run a command line switch to its directory. and then type:
npm install -g gulpand then:
npm install --save-dev gulpand then install server side modules:
npm installand if you don't have bower:
npm install -g bowerand then install client js files:
bower installNext, click database.bat to run the database, if you aren't use windows, you should manully run database's serve.
Now, all requirements meet. so just run the server in shell by typing:
gulpthe server will start automaticly.