Skip to content

xiqingongzi/pragmatic-guide

 
 

Repository files navigation

Pragmatic Guide for OpenSource NewBie

Deploy to GitHub Pages

πŸš€ Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
β”œβ”€β”€ public/
β”‚   └── favicon.svg
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   └── Card.astro
β”‚   β”œβ”€β”€ layouts/
β”‚   β”‚   └── Layout.astro
β”‚   └── pages/
β”‚       └── index.astro
└── package.json

LICENSE

AGPL v3

About

Pragmatic guide for opensource newbie

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 91.2%
  • TypeScript 5.1%
  • JavaScript 3.7%