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
The easiest way to develop on this repo is via GitHub Codespaces
It automatically configures the Package Manager (yarn), installs extensions and installs dependencies
You can then follow VS Code instructions for running
Note: If you want to run the Chrome/Edge debugger, you need to open the Codespace in your local VS Code instead of github.dev
Go to the Run tab and run the Development Server launch configuration
For a Chrome/Edge Debugger, run the Development Chrome or Development Edge launch configuration
yarn dev