An open API service indexing awesome lists of open source software.

https://github.com/github/maintainermonth

A month for maintainers to gather & share
https://github.com/github/maintainermonth

Last synced: 10 months ago
JSON representation

A month for maintainers to gather & share

Awesome Lists containing this project

README

          

# Maintainer Month

A month for open source maintainers to gather, share, and be celebrated. 🥳

Repository for the official GitHub Maintainer Month website. You can access the website through [this link](https://maintainermonth.github.com/)

**Add your event!** See the [contributing guide](CONTRIBUTING.md) for details on how.

**

❇️ May 2025 ❇️

**

## Table of Contents

- [Getting Started](#getting-started)
- [Installation](#installation)
- [Usage](#usage)
- [Build](#build)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [License](#license)

## Getting Started

### Installation

Run the following command before any other to install all the project's dependencies.

```
npm install
```

### Usage

To start application in development mode at [http://localhost:3000](http://localhost:3000) run the following command.

```
npm start
```

### Build

To generate the application build run the following command

```
npm run build
```

This will create an `out` folder in the repository root with the static files.

## Contributing

See the [contributing guide](CONTRIBUTING.md) for more details.

## Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.

## Maintainer Month Origins

Maintainer Month was created, and is maintained, by GitHub, starting in 2021 as Maintainer Week. It was simultaneously conceived of by Kara Sowles and Robin Riley, who called each other to tell each other the same idea. It's intended as an industry-wide event that isn't owned by GitHub - that belongs to anyone who wants to contribute or participate. In includes an Advisory Council from folks across the industry that shape what it is.

## License

Copyright © 2025 [GitHub](https://github.com/github).

This project is [MIT](LICENSE) licensed.