You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to npm run start to compile the CSS. The netlify dev will only serve it as far as I can see, and since your repo is new, it hasnt yet compiled the CSS for you.
From the README.md:
While running/developing locally, thw npm run start command will recompile the site as files are saved and this includes the CSS pipeline from Tailwind.
resulting in a css-less build output
steps to reproduce
npm install
netlify dev
The text was updated successfully, but these errors were encountered: