Skip to content

Commit 8483a37

Browse files
committed
Update readme
1 parent 0f7181c commit 8483a37

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,10 @@
22

33
React Component for editing JSON data using form inputs.
44

5-
# Developing
5+
### Live demo
66

7-
1. Clone the repo.
8-
2. Run `npm install` to install packages required for development.
9-
3. The source files are in `src/` directory. These are the files you need to change.
10-
4. Run `npm run dev`. This will start a script which will automatically compile
11-
js files upon changes.
7+
https://bhch.github.io/react-json-form/
128

13-
**To view your changes**, use the `dev/index.html` file. This is used for rendering
14-
the library while developing it.
9+
### Documentation
1510

16-
1. Open a new terminal
17-
2. Go into `dev/` directory: `cd dev`.
18-
3. Run `python3 -m http.server` This will start a server at `localhost:8000`
19-
which will serve the `dev/index.html` file.
20-
4. Open `localhost:8000` in your browser and you're set for testing.
21-
22-
Currently, there's no hot-reloading set up, so when you make changes you'll
23-
have to reload the page manually to view changes.
24-
25-
For building production packages, run: `npm run build`.
11+
https://bhch.github.io/react-json-form/

0 commit comments

Comments
 (0)