After you clone the repo, you should install the dependencies:
yarn
To generate a new component template, follow these steps:
- Run the
yarn generate-component
command, followed by the name of the component you want to create. For example, to create a "Button" component:
yarn generate-component Button
- You can find the newly generated component in the components directory, ready for you to start customizing and using in your Next.js application.