Skip to content

Commit 118a508

Browse files
authored
Merge pull request #22 from code-star/integrate-client-server
Integrate client & server ~ client
2 parents 491b076 + 21db8ca commit 118a508

File tree

34 files changed

+1953
-1819
lines changed

34 files changed

+1953
-1819
lines changed

.stylelintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages/client/src/index.scss

README.md

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,41 @@
1-
# Codestar Streams
1+
<p align="center">
2+
<img width="500px" src="/logo.png">
3+
</p>
24

3-
> Codestar Streams implements Codestar Streaming Platform Front-end
5+
<h1 align="center">Codestar Streams</h1>
46

5-
## Server
7+
<p align="center">Streaming Platform Demo</p>
68

7-
- Codestar Streams Server is an Express Server running on Node
9+
<p align="center">
10+
<a aria-label="npm package" href="https://www.npmjs.com/package/streams-client">
11+
<img alt="" src="https://img.shields.io/npm/v/streams-client.svg">
12+
</a>
13+
14+
<a aria-label="travis build" href="https://travis-ci.org/code-star/streams">
15+
<img alt="" src="https://img.shields.io/travis/code-star/streams.svg?logo=travis">
16+
</a>
17+
18+
<a aria-label="downloads" href="http://npm-stat.com/charts.html?package=streams-client&from=2018-10-13">
19+
<img alt="" src="https://img.shields.io/npm/dm/streams-client.svg">
20+
</a>
21+
22+
<a aria-label="last commit" href="https://github.com/code-star/streams/commits/master">
23+
<img alt="" src="https://img.shields.io/github/last-commit/code-star/streams.svg">
24+
</a>
25+
26+
<a aria-label="contributors graph" href="https://github.com/code-star/streams/graphs/contributors">
27+
<img src="https://img.shields.io/github/contributors/code-star/streams.svg">
28+
</a>
29+
30+
<a aria-label="license" href="https://github.com/code-star/streams/blob/master/LICENSE">
31+
<img src="https://img.shields.io/github/license/code-star/streams.svg" alt="">
32+
</a>
33+
</p>
34+
35+
## Status
36+
37+
**⚠️ This project is a work in progress and is not ready for production use yet!**
838

939
## License
1040

1141
[MIT](./LICENSE) &copy; [CODE.STΛR](https://github.com/code-star)
12-
13-
[lerna]: https://github.com/lerna/lerna/

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.0"
5+
"version": "0.0.3"
66
}

logo.png

58.9 KB
Loading

0 commit comments

Comments
 (0)