Site is built using Astro and Tailwind
/src/pages - Pages (route definitions)
/src/assets - Assets like images
/src/components - Common Components
/src/layouts - Page Layouts
/src/content/blog - Blog Pages
/src/content/docs - Documentation Pages
/src/styles - Style Pages
Dev Server should start at http://localhost:4321/
yarn dev
Go to the Run tab and run the Development Server
Run the Dev Server
Configuration