### Install Dependencies Source: https://github.com/ilyakiselev/yamlview/blob/master/README.md Installs project dependencies using npm. Run this before other commands. ```bash npm install ``` -------------------------------- ### Serve with Hot Reload Source: https://github.com/ilyakiselev/yamlview/blob/master/README.md Starts the development server with hot reloading enabled, accessible at localhost:8080. ```bash npm run dev ``` -------------------------------- ### Build for Production Source: https://github.com/ilyakiselev/yamlview/blob/master/README.md Compiles and minifies the project for production deployment. ```bash npm run build ``` -------------------------------- ### Build for Production with Bundle Analyzer Source: https://github.com/ilyakiselev/yamlview/blob/master/README.md Builds the project for production and displays a report of the bundle contents. ```bash npm run build --report ``` -------------------------------- ### Run Unit Tests Source: https://github.com/ilyakiselev/yamlview/blob/master/README.md Executes the project's unit tests. ```bash npm run unit ``` -------------------------------- ### Run All Tests Source: https://github.com/ilyakiselev/yamlview/blob/master/README.md Executes all unit and end-to-end tests for the project. ```bash npm test ``` -------------------------------- ### Run End-to-End Tests Source: https://github.com/ilyakiselev/yamlview/blob/master/README.md Executes the project's end-to-end tests. ```bash npm run e2e ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.