Skip to content

Commit 17fdd1e

Browse files
authored
Improve Hacker News (pmndrs#130)
Improve README.md
1 parent 3dd6032 commit 17fdd1e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

examples/hacker_news/README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Explore Examples
1+
# Hacker News [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/master/examples/hacker_news)
2+
3+
## Description
4+
5+
Demonstrate a news articles with jotai, hit next to see more articles.
6+
7+
## Set up locally
28

39
```bash
410
git clone https://github.com/pmndrs/jotai
@@ -12,3 +18,7 @@ cd examples/hacker_news && yarn
1218
# start the dev server
1319
yarn start
1420
```
21+
22+
## Set up on codesandbox
23+
24+
Link: https://githubbox.com/pmndrs/jotai/tree/master/examples/hacker_news

0 commit comments

Comments
 (0)