You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
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.
4
4
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
+
5
16
# tsdx bug
6
17
7
18
we use https://github.com/ds300/patch-package to patch this bug https://github.com/jaredpalmer/tsdx/issues/36
0 commit comments