In the documentation and CLI output it says
Next steps:
[...]
$ npm run watch
However when looking at the contents of a freshly generated project, there is no watch script in the package.json.
Steps to reproduce
- Create a new project with
npx create-tailwind-plugin
- navigate to the project directory
- run
npm install
- run
npm run watch or check package.json