### Install Project Dependencies (Shell) Source: https://github.com/geogebra/docs/blob/main/CONTRIBUTING.md This command uses npm (Node Package Manager) to install all necessary project dependencies listed in the package.json file. It should be run in the root directory of the repository after cloning. ```Shell npm install ``` -------------------------------- ### Run Local Development Server (Shell) Source: https://github.com/geogebra/docs/blob/main/CONTRIBUTING.md This command executes the 'dev' script defined in the package.json file, typically starting a local development server. This allows contributors to view changes to the documentation site in real-time. ```Shell npm run dev ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.