Skip to content

krisfreedain/maintainermonth

 
 

Repository files navigation

GitHub 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

Add your event! See the contributing guide for details on how.

❇️ June 2022 ❇️

Table of Contents

Getting Started

Installation

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

yarn install

Usage

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

yarn start

Build

To generate the application build run the following command

yarn build

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

Run tests

Using the UI

yarn run cypress open

Using the CLI

Stop the app if you already have it running

npm run build && npm run test:e2e

Contributing

See the contributing guide for more details.

Code of Conduct

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

License

Copyright © 2022 GitHub.
This project is MIT licensed.

About

A month for maintainers to gather & share

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.9%
  • SCSS 35.1%
  • Other 1.0%