Git Product home page Git Product logo

commentit's Introduction

Comm(ent|it)

dependencies

This repository contains the code of the application hosted at commentit.io. Comm(ent|it) uses the Github API and Jekyll to help storing visitors comments directly in Github Pages repository. You can contribute to make it better and more reliable.

Contribute

Installation

First, clone the repository, and copy the config.js.dist file.

$ git clone https://github.com/guilro/commentit.git
$ cd commentit
$ cp config.js.dist config.js

Edit the new config.js file according to your local settings. Comm(ent|it) depends on MongoDB and Redis. Both needs to be running on your server. You also need to register your application on Github, Facebook and Twitter, and to set up the identifiers and keys you get in the configuration. For development it is sufficient to register only one application by provider. You do not need to fill the part of config.js inside the if (prod) { block.

The project use Grunt and Bower to manage assets. You need to build them before running Comm(ent|it).

$ npm run build

Then, you can run the application with

$ npm start

Comm(ent|it) listen by default on port 3000, but you can change it by setting the PORT environment variable.

Runing tests

$ npm test

The tests mainly address user storage. Feel free to write other tests if you add features.

commentit's People

Contributors

jillro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.