An open API service indexing awesome lists of open source software.

https://github.com/yamalight/shard

Shard community platform
https://github.com/yamalight/shard

chat chat-application expressjs nodejs react shard

Last synced: 7 months ago
JSON representation

Shard community platform

Awesome Lists containing this project

README

          

Shard - a better community
===========================

This is a repo for Shard community platform.

## Requirements

To run Shard you'll need:

1. [Node.js](https://nodejs.org/en/) v6.x+ (I recommend using [nvm](https://github.com/creationix/nvm) to install it)
2. [Docker](https://docker.com/) 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](http://localhost:8080) in your browser