Skip to content

Commit 4a8d2ea

Browse files
committed
2 parents 4215bc0 + 0d5b78e commit 4a8d2ea

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 imgrbs
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,47 @@
1-
"# watch-together"
1+
# Watch Together
2+
> an application for a couple 💏 that wants to watch videos on youtube together.
3+
4+
# Screenshot
5+
[![demo](https://github.com/imgrbs/watch-together/raw/master/src/demo.png)](#features)
6+
7+
# System Requirments
8+
- Node.js v 8.9.2 ++
9+
- NPM or Yarn
10+
11+
# Installation
12+
clone this project.
13+
```sh
14+
$ git clone https://github.com/imgrbs/watch-together
15+
```
16+
install modules
17+
```sh
18+
$ npm install
19+
```
20+
or using yarn
21+
```sh
22+
$ yarn install
23+
```
24+
copy .env file
25+
```sh
26+
$ cp .env.example .env
27+
```
28+
note - you can edit port for deploy in .env file
29+
30+
build project
31+
```sh
32+
$ npm run build
33+
```
34+
or using yarn
35+
```sh
36+
$ yarn build
37+
```
38+
39+
the last, run server and enjoy!
40+
```sh
41+
$ node server.js
42+
```
43+
44+
License
45+
----
46+
47+
MIT

src/demo.png

508 KB
Loading

0 commit comments

Comments
 (0)