### Start Production Server Source: https://github.com/circlefin/circle-cctp-crosschain-transfer/blob/master/README.md Command to start the production server after building the application. ```bash npm run start ``` -------------------------------- ### Install Dependencies Source: https://github.com/circlefin/circle-cctp-crosschain-transfer/blob/master/README.md Run this command after cloning the repository to install project dependencies. ```bash npm install ``` -------------------------------- ### Start Development Server Source: https://github.com/circlefin/circle-cctp-crosschain-transfer/blob/master/README.md Use this command to start the Next.js development server. The app will be accessible at http://localhost:3000. ```bash npm run dev ``` -------------------------------- ### Build Production Application Source: https://github.com/circlefin/circle-cctp-crosschain-transfer/blob/master/README.md Command to build the production-ready application. ```bash npm run build ``` -------------------------------- ### Clone Repository Source: https://github.com/circlefin/circle-cctp-crosschain-transfer/blob/master/README.md Use this command to clone the project repository. ```bash git clone https://github.com/circlefin/circle-cctp-crosschain-transfer.git ``` -------------------------------- ### Run ESLint Source: https://github.com/circlefin/circle-cctp-crosschain-transfer/blob/master/README.md Command to run ESLint for code linting. ```bash npm run lint ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.