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%