# npm run build

`npm run build`

Run the project's build.

## What each part does

- `npm` — command — install and run JavaScript packages
- `run` — argument: a file, a folder, or text
- `build` — argument: a file, a folder, or text

Source: https://zero2vibecode.com/explain/npm-run-build
