LangbaseInc/langui

Display missing components.css during loading

Closed this issue · 2 comments

Hi,Thank you for you code.
When I try to start this project. system report a error: ENOENT: no such file or directory, open '\src\data\categories\components.css.mdx'
The Component page, It really didn't work.
Can you please provide this file to solve this problem?
Thank you again!

Hi, please try running this command:

npm run css:components

OR

npx tailwindcss -i src/styles/components.css -o public/components.css -m

Consult the CONTRIBUTING guide for more details about this. Let me know if this fixes the issue.

Closing issue due to inactivity. Feel free to open a new one.