-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: add the front-end initial tools #8
Conversation
dashboard/tsconfig.json
Outdated
] | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: new line
dashboard/components.json
Outdated
"components": "@/components", | ||
"utils": "@/lib/utils" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
dashboard/src/App.css
Outdated
} | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
dashboard/tailwind.config.js
Outdated
} | ||
|
||
plugins: [require("tailwindcss-animate")], | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
1aee95e
to
d3f788a
Compare
- change tsconfig.json and vite.config.ts by adding a path resolver
d3f788a
to
c47ff4d
Compare
add support for the shadcn, so:
Now we can use the shadcn cli to add components:
pnpm dlx shadcn-ui@latest add button
Also add: