Notes

  • ✓ This is a fully functional Astro app running in WebContainer, meaning we have full control over it from the browser. Any changes made to tailwind config would get reflected.
  • - All project files need to be loaded into WebContainers file system. In this example, they're being loaded from /content/tutorials dir.
  • ⚠︎ In this example, Tailwind intellisense is not working in Monaco Editor because of issues related to loading TailwindCSS language worker and security headers settings that are required for WebContainer to work. Help appreciated!
  • ⚠︎ When editing code, className changes are often times not being reflected right away. May be related to tailwind's jit engine, but idk.