Skip to content

Commit

Permalink
Update BUILDING.md (#420)
Browse files Browse the repository at this point in the history
* Update to BUILDING.md

* Corrected typos.
* Edited lines to ensure a consistent tense and pacing.
* Tweaked spacing and script notes.

* Update to BUILDING.md

* Update BUILDING.md

* Update BUILDING.md
  • Loading branch information
skrewde authored Sep 28, 2023
1 parent 3155c1d commit 5cf07ac
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
# 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

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.

0 comments on commit 5cf07ac

Please sign in to comment.