LangbaseInc / langui

UI for your AI. Open Source Tailwind components tailored for your GPT, generative AI, and LLM projects.
https://LangUI.dev
MIT License
2.45k stars 126 forks source link

Display missing components.css during loading #3

Closed slashui closed 1 year ago

slashui commented 1 year ago

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!

ahmadbilaldev commented 1 year ago

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.

ahmadbilaldev commented 1 year ago

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