Skip to content

Commit daa2138

Browse files
committed
docs: add README
1 parent 491ce8a commit daa2138

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
11
# tina-hackernews
2+
> A [Tina](https://github.com/tinajs/tina) powered **Wechat-Mini-Program** implementation of [Hacker News](https://news.ycombinator.com/), heavily inspired by [Vue-Hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0) but runs as a Wechat-Mini-Program.
3+
4+
## Live Version
5+
<img src="wxcode.jpg" width="180" />
6+
7+
*Scan this wxcode on [Wechat](http://weixin.qq.com/).*
8+
9+
## Building
10+
**Requires Node.js LTS**
11+
12+
Install dependencies
13+
```bash
14+
npm i
15+
```
16+
17+
### npm script
18+
- ``npm start`` - start in development mode
19+
- ``npm build`` - build for production
20+
21+
## License
22+
MIT &copy; [yelo](https://github.com/imyelo)
23+

wxcode.jpg

23.2 KB
Loading

0 commit comments

Comments
 (0)