### Install Dependencies (npm/yarn) Source: https://github.com/fcamaraleo/opm/blob/master/README.md Installs the project's dependencies using either npm or yarn. The `--legacy-peer-deps` flag can be used if peer-dependency errors occur during installation. ```javascript npm install # or yarn install # Use --legacy-peer-deps if you face peer-dependency error during installation. ``` -------------------------------- ### Start Development Server (npm/yarn) Source: https://github.com/fcamaraleo/opm/blob/master/README.md Starts the development server for the TailAdmin Next.js template, allowing you to view and test the dashboard locally. This command is executed using either npm or yarn. ```javascript npm run dev # or yarn dev ``` -------------------------------- ### Clone TailAdmin Repository Source: https://github.com/fcamaraleo/opm/blob/master/README.md This command clones the TailAdmin Next.js admin dashboard template repository from GitHub. Ensure you have Git installed to use this command. ```bash git clone https://github.com/TailAdmin/free-nextjs-admin-dashboard.git ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.