diff --git a/BUILDING.md b/BUILDING.md index 15f5c8d832..fa53676b58 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,6 +1,6 @@ # Getting Started with Create React App -This project is build with [Vite](https://vitejs.dev/) +This project is built with [Vite](https://vitejs.dev/) ## Available Scripts @@ -8,22 +8,17 @@ In the project directory, you can run: ### `yarn dev` -Runs the app in the development mode.\ +This command runs the app in development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. -The page will reload if you make edits.\ -You will also see any lint errors in the console. +The page reloads when you make edits.\ +Lint errors also appear in the console. -### `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! +### `yarn preview` -See the section about [Building for Production](https://vitejs.dev/guide/build.html) for more information. +This command runs the app in a local preview production build. -### `yarn preview` +### `yarn build` -Runs the app in a local preview production build +This command creates an optimized production build of the app and places it in the `build` folder. +See this section about [Building for Production](https://vitejs.dev/guide/build.html) for more information.