The Open Source Weekend (OSW) Website is the central hub for the OSW community, providing information about events, resources, and opportunities to collaborate on open-source projects. OSW is a community-driven initiative that promotes open source technologies through events, workshops, and celebrations. The website aims to connect developers, enthusiasts, and organizations, making open source accessible and inclusive for everyone.
- Astro: Modern static site builder
- Tailwind CSS: Utility-first CSS framework
- daisyUI: UI component library for Tailwind CSS
- pnpm: Fast, disk space-efficient package manager
- Node.js: JavaScript runtime
We welcome contributions from everyone! Please read our Contributing Guide and Code of Conduct before making changes.
/
├── public/
├── src/
│ ├── components/
│ ├── layouts/
│ ├── pages/
│ └── styles/
├── package.json
└── README.md
- public/: Static assets (images, icons, etc.)
- src/components/: Reusable UI components
- src/layouts/: Layout templates
- src/pages/: Site pages (routes)
- src/styles/: CSS files
This project is open source and available under the MIT License.
Thank you for being part of the Open Source Weekend community! 🚀