Skip to content

Commit 56151eb

Browse files
committed
Tweak README
1 parent e2f5927 commit 56151eb

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,6 @@
22

33
A React wrapper for embedding Retool apps.
44

5-
## Available Scripts
6-
7-
In the project directory, you can run:
8-
9-
### `yarn start`
10-
11-
Runs the app in the development mode.\
12-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
13-
14-
The page will reload if you make edits.\
15-
You will also see any lint errors in the console.
16-
17-
### `yarn test`
18-
19-
Launches the test runner in the interactive watch mode.\
20-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21-
22-
### `yarn publish:npm`
23-
24-
Builds the project in the `/dist` directory. Publish to npm with `npm publish`.
25-
265
## Install
276

287
```
@@ -56,4 +35,25 @@ export default App;
5635

5736
Running `yarn start` will start an application with a basic Retool app embeded.
5837

59-
There is a live example here: [https://react-retool.surge.sh](https://react-retool.surge.sh)
38+
There is a live example here: [https://react-retool.surge.sh](https://react-retool.surge.sh)
39+
40+
## Development
41+
42+
In the project directory, you can run:
43+
44+
### `yarn start`
45+
46+
Runs the app in the development mode.\
47+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
48+
49+
The page will reload if you make edits.\
50+
You will also see any lint errors in the console.
51+
52+
### `yarn test`
53+
54+
Launches the test runner in the interactive watch mode.\
55+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
56+
57+
### `yarn publish:npm`
58+
59+
Builds the project in the `/dist` directory. Publish to npm with `npm publish`.

0 commit comments

Comments
 (0)