|
1 |
| -# react-json-editor |
| 1 | +react-json-editor |
| 2 | +============== |
2 | 3 | > A generic JSON editor, specifically designed for attaching to React state values.
|
3 | 4 |
|
4 |
| -This project uses submodules, so **clone with `--recursive`**. |
| 5 | +### Warnings |
| 6 | + * no documentation, you'll have to read the source |
| 7 | + * no tests |
5 | 8 |
|
6 |
| -[](http://react-json-editor.bitballoon.com/examples/react-state-editor/webapp/) |
| 9 | +### Live Demo |
| 10 | +[](http://master-xmc9sn4ypn.elasticbeanstalk.com/app/) |
7 | 11 |
|
8 |
| -## Build the library |
| 12 | +Here is the [live demo](http://master-xmc9sn4ypn.elasticbeanstalk.com/app/), and [source code to the live demo](https://github.com/prognostic-llc/react-json-editor-example). |
9 | 13 |
|
10 |
| - grunt |
| 14 | +There are probably features missing. Please open an issue! |
11 | 15 |
|
12 |
| -## Build the example |
13 |
| - |
14 |
| - cd examples/react-state-editor |
15 |
| - grunt |
16 |
| - |
17 |
| - * Use a static HTTP server to serve from the repo root directory, not the example root. |
18 |
| - * Navigate to `http://localhost/examples/react-state-editor/webapp/` |
19 |
| - |
20 |
| - ## FAQ |
21 |
| - |
22 |
| - I get an error like this: |
23 |
| - |
24 |
| -> ! Running "less:development" (less) task |
25 |
| -> ! >> FileError: '../react-treeview/react-treeview.css' wasn't found in styles/react-json-editor.less on line 1, column 1: |
26 |
| -> ! >> 1 @import (less) "../react-treeview/react-treeview.css"; |
27 |
| -> ! >> 2 |
28 |
| -> ! Warning: Error compiling LESS. Use --force to continue. |
29 |
| -> ! |
30 |
| -> ! Aborted due to warnings. |
31 |
| -> >> Use --force to continue. |
32 |
| -> |
33 |
| -> Aborted due to warnings. |
34 |
| -
|
35 |
| -You didn't clone with `--recursive`. Type `git submodule init && git submodule update` to fix this, or reclone with `--recursive`. |
| 16 | +Please [let me know](https://twitter.com/dustingetz) if you use this, if this project is valued I will invest more time in it. Seriously, please, if you're reading this and want to use it, tweet me. |
0 commit comments