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
(docs): add a CodeSandbox playground, reorg Example section
- Link to the CodeSandbox that's generated via the `cra-example` branch
- Combine the Example and Demo sections into one
- Makes more sense than adding a third "Playground" or "CodeSandbox"
section
- Condense and remove some extraneous information too
- Should make a little more sense / be more explicit that they're
all the same example just hosted / viewed different ways
- hence singular Example, not Examples
- resolves#32
[View the live demo here](https://agilgur5.github.io/react-signature-canvas/).
114
-
Hosted via the [`gh-pages` branch](https://github.com/agilgur5/react-signature-canvas/tree/gh-pages), which has a standalone version of the code in [`example/`](example/).
101
+
You can interact with the example in a few different ways:
102
+
103
+
1. Run `npm start` and navigate to [http://localhost:8080/](http://localhost:8080/).<br>
104
+
Hosted locally via the [`example/`](example/) directory
105
+
1.[View the live demo here](https://agilgur5.github.io/react-signature-canvas/).<br>
106
+
Hosted via the [`gh-pages` branch](https://github.com/agilgur5/react-signature-canvas/tree/gh-pages), a standalone version of the code in [`example/`](example/)
107
+
1.[Play with the CodeSandbox here](https://codesandbox.io/s/github/agilgur5/react-signature-canvas/tree/cra-example).<br>
108
+
Hosted via the [`cra-example` branch](https://github.com/agilgur5/react-signature-canvas/tree/gh-pages), a standalone version using [Create React App](https://github.com/facebook/create-react-app).
0 commit comments