# Testing > Note: `vue-i18n-extract` documentation uses `yarn` commands, but `npm` will also work. You can compare `yarn` and `npm` commands in the `yarn` docs, [here](https://yarnpkg.com/en/docs/migrating-from-npm#toc-cli-commands-comparison). ## Demo & Test Clone this git repository: ```sh git clone git@github.com:pixari/vue-i18n-extract.git ``` Run the demo: ```sh yarn demo ``` Run the tests: ```sh yarn test ```