### Install Dependencies and Start Local Server Source: https://github.com/flarum/docs/blob/main/README.md Use these commands to install project dependencies and start a local webserver for testing Flarum documentation. ```bash yarn install yarn start ``` -------------------------------- ### Build Production Documentation Source: https://github.com/flarum/docs/blob/main/README.md This command produces a production build of the documentation, similar to what the deployment workflow uses. ```bash yarn build ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.