Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 425 Bytes

CONTRIBUTION.md

File metadata and controls

executable file
·
19 lines (13 loc) · 425 Bytes

Getting Started

First, run the development server:

pnpm run dev

Check http://localhost:4321/

Project Structure

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.