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.
The project is a simple static website for OpenSourceDay 2025.
- It's in Astro, but you can use any library of your choice (React, Vue, Svelte, Solid, even Markdown)
- 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.
- You are free to create issues and work on it.
- Or you can catch an existing issue and continue.
- Just assign it to yourself so there will be no clash.
- Always
git pull origin mainbefore starting to work on your issue.
- Node version 20.x
- Install dependencies:
npm install - Run the development server:
npm run dev