Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
174n authored Jan 9, 2017
1 parent 6d1937c commit 8b3f519
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# OpenTabletop
[![NODE.JS DEPENDENCIES](https://david-dm.org/Rundik/OpenTabletop.svg)](https://david-dm.org/Rundik/OpenTabletop)
[![Github All Releases](https://img.shields.io/github/downloads/Rundik/OpenTabletop/total.svg)](https://github.com/Rundik/OpenTabletop)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)

Browser-based online project in which you can play any card games with your friends

## Instalation
First, you’ll need Node.js [latest version](https://nodejs.org/en/) with npm.

1. Download the latest release of [OpenTabletop](https://github.com/Rundik/OpenTabletop/)
* Download and unzip
* If you have git installed ``` git clone git://github.com/Rundik/OpenTabletop.git ```
2. `npm install`
3. Start OpenTabletop `npm start `
4. Go to `http://localhost`
* You can change the port in `server.js`
5. Enjoy

## Security Vulnerabilities
It is not secure at all. If you build it on your own server, make sure nobody another have access to it.

## Screenshots
![screenshot_1](https://cloud.githubusercontent.com/assets/13032812/21782175/cc118a12-d6b2-11e6-9062-a45a7ca2fe88.png)
![screenshot_2](https://cloud.githubusercontent.com/assets/13032812/21782174/cc107546-d6b2-11e6-8aed-cde9c9a888d5.png)

0 comments on commit 8b3f519

Please sign in to comment.