mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-05-19 00:00:07 +08:00
Adding README tweaks
This commit is contained in:
@@ -47,6 +47,8 @@ export default App;
|
||||
````
|
||||
|
||||
> Need a more extensive example? [Click here](https://github.com/hodgef/simple-keyboard/blob/master/src/demo/App.js).
|
||||
>
|
||||
> Need a live demo? [See Live Demo](https://franciscohodge.com/simple-keyboard/demo).
|
||||
|
||||
## Options
|
||||
|
||||
@@ -179,16 +181,17 @@ inputSetPromise.then((result) => {
|
||||
|
||||
<img src="src/demo/images/demo.gif" align="center" width="600">
|
||||
|
||||
### To run demo on your own computer:
|
||||
### Live demo
|
||||
|
||||
[https://franciscohodge.com/simple-keyboard/demo](https://franciscohodge.com/simple-keyboard/demo)
|
||||
|
||||
### To run demo on your own computer
|
||||
|
||||
* Clone this repository
|
||||
* `npm install`
|
||||
* `npm start`
|
||||
* Visit [http://localhost:3000/](http://localhost:3000/)
|
||||
|
||||
### Live demo
|
||||
Coming soon at the [Official Page](https://franciscohodge.com/projects/simple-keyboard/) !
|
||||
|
||||
## Note
|
||||
|
||||
This is a work in progress. Feel free to submit any issues you have at:
|
||||
|
||||
Reference in New Issue
Block a user