### Setting up local development for @faceless-ui/jumplist Source: https://github.com/faceless-ui/jumplist/blob/main/README.md Clone the repository, install dependencies, start the development server, and open the demo app in your browser to work on the module locally. ```Bash $ git clone git@github.com:faceless-ui/jumplist.git $ yarn $ yarn dev $ open http://localhost:3000 ``` -------------------------------- ### Installing @faceless-ui/jumplist with NPM or Yarn Source: https://github.com/faceless-ui/jumplist/blob/main/README.md Install the @faceless-ui/jumplist module using either npm or yarn package managers. This command adds the module as a dependency to your project. ```Bash $ npm i @faceless-ui/jumplist $ # or $ yarn add @faceless-ui/jumplist ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.