### Clone Spore Demo Repository Source: https://github.com/sporeprotocol/spore-demo/blob/main/README.md Clones the Spore Demo project repository from GitHub to your local machine, initiating the setup process. ```bash git clone https://github.com/ahonn/spore-demo.git ``` -------------------------------- ### Install Spore Demo Project Dependencies Source: https://github.com/sporeprotocol/spore-demo/blob/main/README.md Installs PNPM globally if not already present, then uses PNPM to install all required project dependencies. PNPM is the recommended package manager for this project. ```bash npm install pnpm -g pnpm install ``` -------------------------------- ### Run Spore Demo Development Server Source: https://github.com/sporeprotocol/spore-demo/blob/main/README.md Starts the development server for the Spore Demo application. Once running, the application can be accessed in a web browser at http://localhost:3000. ```bash pnpm run dev ``` -------------------------------- ### Navigate to Spore Demo Project Directory Source: https://github.com/sporeprotocol/spore-demo/blob/main/README.md Changes the current working directory to the newly cloned 'spore-demo' folder, preparing for dependency installation. ```bash cd spore-demo ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.