'use client' import Link from 'next/link' import { useEffect, useState } from 'react' import { Button } from './button' import { Container } from './container' import { Heading, Lead, Subheading } from './text' function Person({ name, description, img, contributions, }: { name: string description: string img: string contributions: number }) { return (
{description}
{contributions} contribution(s)
Drop OSS was started, mostly on a whim, in response to frustrations with the controlled nature of DRM games, and the missing comforts of DRM-free games. Since then, we've put together a small circle of dedicated maintainers and contributors to develop Drop and all its amazing features.
If you know a little code, you can help out! We heavily encourage contributions, especially if you're passionate about the project and enjoy writing code. We use a variety of stacks across the various projects we maintain, but we predominantly use Vue, Rust, and Typescript.