### Install dependencies Source: https://github.com/anubra266/zag-ripple/blob/main/site/README.md Installs the necessary dependencies for the project. ```bash npm install # or pnpm or yarn ``` -------------------------------- ### Start the development server Source: https://github.com/anubra266/zag-ripple/blob/main/site/README.md Starts the development server for live preview and hot-reloading. ```bash npm run dev ``` -------------------------------- ### Install Source: https://github.com/anubra266/zag-ripple/blob/main/README.md Instructions for installing the zag-ripple package using npm, yarn, or pnpm. ```bash npm i --save zag-ripple #or yarn add zag-ripple #or pnpm add zag-ripple ``` -------------------------------- ### Format all files Source: https://github.com/anubra266/zag-ripple/blob/main/site/README.md Formats all files in the project according to the Prettier configuration. ```bash npm run format ``` -------------------------------- ### Build for production Source: https://github.com/anubra266/zag-ripple/blob/main/site/README.md Builds the application for production deployment. ```bash npm run build ``` -------------------------------- ### Check code formatting Source: https://github.com/anubra266/zag-ripple/blob/main/site/README.md Checks if all files in the project are formatted correctly according to Prettier. ```bash npm run format:check ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.