Skip to content

Commit d5b8d98

Browse files
committed
updated readme
1 parent 0efeaa0 commit d5b8d98

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ In order to keep things tidy the log file is truncated after it grows larger tha
5656

5757
### Developer Extensions
5858

59+
> NOTE: The developer tools is currently disabled until I can figure out how to get it working with the latest version of electron.
60+
5961
When ran in development mode (`NODE_ENV=development`) [React Developer Tools](https://github.com/facebook/react-devtools)
6062
is installed to improve your development experience.
6163

@@ -66,6 +68,8 @@ is installed to improve your development experience.
6668
Prototyping components in an isolated environment is critical to well designed components. Not only does it save the headache of navigating all over the app just to see your updated component, but it also forces you to develop loosly coupled components.
6769
Building a collection of "stories" also makes it easier to do some simple acceptence testing.
6870

71+
Some sample stories are located in `src/stories/`.
72+
6973
Details are in the scripts section below.
7074

7175
## Available Scripts
@@ -92,10 +96,10 @@ See the section about [running tests](https://facebook.github.io/create-react-ap
9296

9397
### `yarn build`
9498

95-
Builds the app for production to the `build` folder.<br>
96-
It correctly bundles React in production mode and optimizes the build for the best performance.
99+
Builds the app for production and places the compiled files int the `dist` folder.
100+
This process correctly bundles React in production mode and optimizes the build for the best performance.
97101

98-
The build is minified and the filenames include the hashes.<br>
102+
The build is minified and the filenames include the hashes.
99103
Your app is ready to be deployed!
100104

101105
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

0 commit comments

Comments
 (0)