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
- Host: GitHub
- URL: https://github.com/yamalight/shard
- Owner: yamalight
- License: other
- Created: 2017-01-02T12:29:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T12:29:56.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T00:57:45.531Z (9 months ago)
- Topics: chat, chat-application, expressjs, nodejs, react, shard
- Language: JavaScript
- Size: 608 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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