### Install Project Dependencies Source: https://github.com/zilliqa/zq2-staking/blob/main/README.md Installs all necessary dependencies for the ZQ Staking Portal project using npm. This command should be run in the project's root directory. ```sh npm install ``` -------------------------------- ### Run Development Server Source: https://github.com/zilliqa/zq2-staking/blob/main/README.md Starts the development server for the ZQ Staking Portal. This allows for local testing and development. The application will be accessible at http://localhost:3000. ```sh npm run dev ``` -------------------------------- ### Sync Devnet Deployment Source: https://github.com/zilliqa/zq2-staking/blob/main/README.md Manually synchronizes the ZQ Staking Portal to the devnet environment. This command is used for deploying updates to the development network. ```sh z app sync ``` -------------------------------- ### Fetch Delegator Static Data Source: https://github.com/zilliqa/zq2-staking/blob/main/README.md Fetches static data for delegators using a TypeScript execution command. This script is part of the process for adding new delegators and requires the tsx utility. ```sh npx tsx src/script/fetchPoolStaticData.ts ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.