From f761672e32364fa3c9fb619549cbf81b717ca67c Mon Sep 17 00:00:00 2001 From: Rish Date: Mon, 30 Mar 2020 19:02:19 +0530 Subject: [PATCH] Updated Readme --- ghost/portal/README.md | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/ghost/portal/README.md b/ghost/portal/README.md index 10cdcffa07..4c876bf4c9 100644 --- a/ghost/portal/README.md +++ b/ghost/portal/README.md @@ -22,12 +22,9 @@ See the section about [running tests](https://facebook.github.io/create-react-ap ### `yarn build` Builds the app for production to the `build` folder.
-It correctly bundles React in production mode and optimizes the build for the best performance. - The build is minified and the filenames include the hashes.
-Your app is ready to be deployed! -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. +Also creates a standalone single minified bundle for external use in `dist/build/static/js`.
### `yarn eject` @@ -43,33 +40,6 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). -To learn React, check out the [React documentation](https://reactjs.org/). - -### Code Splitting - -This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting - -### Analyzing the Bundle Size - -This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size - -### Making a Progressive Web App - -This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app - -### Advanced Configuration - -This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration - -### Deployment - -This section has moved here: https://facebook.github.io/create-react-app/docs/deployment - -### `yarn build` fails to minify - -This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify - - -# Copyright & License +# Copyright & License Copyright (c) 2020 Ghost Foundation - Released under the [MIT license](LICENSE). \ No newline at end of file