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
First of all, Reshaped looks sick! Absolutely love its design and simplicity.
I've followed the Vite guide from the docs and there were some minor things I thought would be nice to have in the guide. It wasn't a big deal, but it could save up a couple of minutes for people who aren't familiar with Vite.
The code for App.tsx doesn't contain a default export so a simple copy-and-paste won't work. Adding an extra line to that snippet could slightly improve the experience.
The text was updated successfully, but these errors were encountered:
First of all, Reshaped looks sick! Absolutely love its design and simplicity.
I've followed the Vite guide from the docs and there were some minor things I thought would be nice to have in the guide. It wasn't a big deal, but it could save up a couple of minutes for people who aren't familiar with Vite.
postcss.config.js
by default, while the docs assume the file is already there.App.tsx
doesn't contain a default export so a simple copy-and-paste won't work. Adding an extra line to that snippet could slightly improve the experience.The text was updated successfully, but these errors were encountered: