Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.

Commit e832e5c

Browse files
committed
Update README.md
1 parent adf65d2 commit e832e5c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,19 @@ and once in `replaceRouterComponent` which is part of Gatsby's browser APIs.
1010

1111
Check out [`./gatsby-ssr.js`](./gatsby-ssr.js) and
1212
[`./gatsby-browser.js`](./gatsby-browser.js) to see how this is implemented in this example.
13+
14+
### Run on localhost
15+
16+
```
17+
gatsby new example-gatsby-unstated https://github.com/greglobinski/example-gatsby-unstated.git
18+
cd example-gatsby-unstated
19+
gatsby develop
20+
```
21+
22+
### Test
23+
24+
Tests based on `jest` and `react-testing-library`
25+
26+
```
27+
yarn test
28+
```

0 commit comments

Comments
 (0)