Try adding a new page to /admin
to the apps/web
next.js website.
It should use a simple Admin
component from packages/ui
Steps to follow -
admin.tsx
inside packages/ui/src
packages/ui/package.json
apps/web/app/admin/page.tsx
@repo/ui/admin
componentapps/web
) and try to see the website<aside>
💡 You can also use the packages/ui/turbo/generators
to quickly bootstrap a new component
Try running npx gen react-component
and notice it’ll do step 1, 2, 3 for you in one cli call
</aside>