First, run the development server:
pnpm run dev
Check http://localhost:4321/
A brief overview of the project structure:
- /public: Images and other static files.
- /src: Contains all Astro components and pages.
- src/styles: Custom CSS files.
- astro.config.mjs: Main configuration for Astro.
- tailwind.config.js: Configuration for Tailwind CSS.