Skip to content

Commit b69a5c0

Browse files
author
sw-yx
committed
readme
1 parent 755aa9a commit b69a5c0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
This is a React port of https://github.com/netlify/netlify-identity-widget (48kb) taking the lightweight functionality https://github.com/sw-yx/react-netlify-identity (4kb) and adding back the nicer UI with a focus on accessibility (with @reach UI) and bundle size.
44

5+
# local dev
6+
7+
```bash
8+
yarn
9+
yarn build
10+
yarn link
11+
cd example
12+
yarn && yarn link "react-netlify-identity"
13+
yarn start # to see the example run
14+
```
15+
516
# tsdx bug
617

718
we use https://github.com/ds300/patch-package to patch this bug https://github.com/jaredpalmer/tsdx/issues/36

0 commit comments

Comments
 (0)