### Manual Installation Steps (Bash) Source: https://github.com/opensfcc/sfcc-docs/blob/develop/README.md Provides the command-line steps required to manually clone the repository, install dependencies, run CLI commands, and start the development server for the sfcc-docs project. Requires Node.js v18+. ```bash # Clone Repository git clone git@github.com:opensfcc/sfcc-docs.git # Change into this projects directory cd sfcc-docs # Install Dependencies npm install # Run All CLI Commands npm run cli:all # Start Dev Server npm run dev ``` -------------------------------- ### Running CLI Initialization Script - npm Source: https://github.com/opensfcc/sfcc-docs/blob/develop/CHANGELOG.md Executes the npm script responsible for initializing the project environment. ```npm npm run cli:init ``` -------------------------------- ### Tailwind UI License Distribution Criteria (Text) Source: https://github.com/opensfcc/sfcc-docs/blob/develop/README.md States the specific criteria from the Tailwind UI license that this project meets, allowing the use of components and templates to create open-source, freely available end products. ```text Use the Components and Templates to create End Products that are open source and freely available to End Users. ``` -------------------------------- ### Searching Docs via URL Parameter - Shell Source: https://github.com/opensfcc/sfcc-docs/blob/develop/CHANGELOG.md Demonstrates how users can search the documentation directly by appending a query parameter to the URL. ```Shell /?q= ``` -------------------------------- ### Running CLI Update Script - npm Source: https://github.com/opensfcc/sfcc-docs/blob/develop/CHANGELOG.md Executes the npm script designed to automate tasks required after the initialization process. ```npm npm run cli:update ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.