/OnnuriMission

For dad

Primary LanguageAstroMIT LicenseMIT

Onnuri Church Mission

🌲 Project Structure

/
├── LICENSE
├── README.md
├── astro.config.mjs
├── package-lock.json
├── package.json
├── public
│   ├── banner.png
│   ├── onnuri_new-logo_V5.svg
│   └── qr_code.png
├── src
│   ├── components
│   │   └── Footer.astro
│   ├── contents
│   │   └── mission-call.md
│   ├── env.d.ts
│   ├── layouts
│   │   └── Layout.astro
│   └── pages
│       └── index.astro
└── tsconfig.json