Skip to content

yamalight/shard

Repository files navigation

Shard - a better community

This is a repo for Shard community platform.

Requirements

To run Shard you'll need:

  1. Node.js v6.x+ (I recommend using nvm to install it)
  2. Docker v1.11.x+

Installing and running

  1. Clone this repo and enter the new folder: git clone git@gitlab.com:exynize/shard.git && cd shard
  2. Install dependencies: npm install
  3. Start the database: npm db:start
  4. Start Shard: npm start
  5. Navigate to localhost:8080 in your browser