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
- Host: GitHub
- URL: https://github.com/github/maintainermonth
- Owner: github
- License: mit
- Created: 2021-03-30T17:16:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T16:02:18.000Z (10 months ago)
- Last Synced: 2025-05-05T17:32:11.853Z (10 months ago)
- Language: JavaScript
- Homepage: https://maintainermonth.github.com/
- Size: 99.8 MB
- Stars: 199
- Watchers: 59
- Forks: 43
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
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.