Thanks to visit codestin.com
Credit goes to github.com

Skip to content

oscfcommunity/OSD2025

Repository files navigation

OpenSourceDay2025

We are organizing a one-day conference centered the "Open Source" theme. Conference focuses on Open Source: Technology, Products, Projects, Communities, Design, Data, AI, Web3, and Hardware.

About Project

The project is a simple static website for OpenSourceDay 2025.

  1. It's in Astro, but you can use any library of your choice (React, Vue, Svelte, Solid, even Markdown)
  2. Styling is done via Tailwind.

Current focus is DATA ACCURACY

We are simultaneously improving the accuracy of data (removing mock data) and improving styling of the website.

Workflow

  1. You are free to create issues and work on it.
  2. Or you can catch an existing issue and continue.
  3. Just assign it to yourself so there will be no clash.
  4. Always git pull origin main before starting to work on your issue.

Project Setup

  1. Node version 20.x
  2. Install dependencies: npm install
  3. Run the development server: npm run dev